Skip to content

A RESTful API for quotes. The database currently includes more than 75000 quotes.

Notifications You must be signed in to change notification settings

pprathameshmore/QuoteGarden

Repository files navigation

Node.js Folder Structure

Development

The first time, you will need to run

npm install

Then just start the server with

npm run start

Or start in development using Nodemon

npm run dev

Contributing

All feedback and contributions are welcome!