Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmartins-dev/api-node-videoteca
Simple API crud - node - mongodb
https://github.com/gmartins-dev/api-node-videoteca
Last synced: 28 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-09T21:00:05.000Z (over 2 years ago)
- Last Synced: 2024-10-16T18:50:23.943Z (3 months 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)