Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)