This is a simple REST API with one CRUD flow, written by MVC pattern.
Stack: NodeJS, Express, MongoDB.
The project has nice error-handling and server-side validation.
You can easily to test api, using Postman.
# Install the dependencies with npm
$ npm install
For development:
$ npm run dev
If you got this error in the terminal, it's need to replace DATABASE
field in .env.development
file on your own database connection string