An open API service indexing awesome lists of open source software.

https://github.com/gmartins-dev/boilerplate-api-node-mongodb


https://github.com/gmartins-dev/boilerplate-api-node-mongodb

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# BOILERPLATE: API NODE + MONGODB (mongoose+atlas)

yarn init -y

yarn add express

yarn add nodemon -D

"scripts": {
"dev": "nodemon --watch src src/server.js"
},

yarn add mongoose

yarn add dotenv -D