Simple node application with CRUD operations.
- NodeJS
- Mongo DB
- Any IDE (VSCode, WebStorm, Sublime Text, ...)
- Switch to backend folder
cd {FOLDER_PATH}/
- Do
npm install
- Create an
.env
file and add keys from.sample.env
and update with your db values. - Start application by running
npm run start
- Access the application with
http://localhost:8080/api-docs/