Ecosyste.ms: Awesome
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: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gmartins-dev/boilerplate-api-node-mongodb
- Owner: gmartins-dev
- Created: 2022-05-09T16:24:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-09T16:24:46.000Z (over 2 years ago)
- Last Synced: 2024-10-16T18:50:20.196Z (3 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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