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
- Host: GitHub
- URL: https://github.com/gmartins-dev/boilerplate-api-node-mongodb
- Owner: gmartins-dev
- Created: 2022-05-09T16:24:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-09T16:24:46.000Z (about 4 years ago)
- Last Synced: 2025-03-27T13:14:31.581Z (over 1 year 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