Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 28 days 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