https://github.com/gmartins-dev/api-node-videoteca
Simple API crud - node - mongodb
https://github.com/gmartins-dev/api-node-videoteca
Last synced: over 1 year ago
JSON representation
Simple API crud - node - mongodb
- Host: GitHub
- URL: https://github.com/gmartins-dev/api-node-videoteca
- Owner: gmartins-dev
- Created: 2022-05-09T20:55:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-09T21:00:05.000Z (about 4 years ago)
- Last Synced: 2025-02-01T17:26:24.891Z (over 1 year ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
yarn add uuid
response.video ===> vem do VideoMiddleware
(e seus parametros)