- Avoid Spelling Mistakes.
- Avoid Extra White-Spaces.
- Try to add Comments if possible.
- if you are adding a quote than don't forget to add
,
- Fork the Repo / Download the Repo
If you want to contribute to Node.js part than
- You need to have latest Node.js in your System Download
- After that just Open the folder and write this.
node index.js
it will be live on http://localhost:3000
If you want to Add Quotes
Than just Add the New quote in json format at the end of quotes.db
{
"quote": "Be as you wish to seem.",
"author": "Socrates"
}
Thankyou.