Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amaurioliveira/backend-node-express-mongo
API Rest com NodeJs, Express, MongoDB feito para praticar e aprender, este é meu primeiro projeto usando NOSQL
https://github.com/amaurioliveira/backend-node-express-mongo
javascript knex mongodb mongoose nodejs nosql yarn
Last synced: 30 days ago
JSON representation
API Rest com NodeJs, Express, MongoDB feito para praticar e aprender, este é meu primeiro projeto usando NOSQL
- Host: GitHub
- URL: https://github.com/amaurioliveira/backend-node-express-mongo
- Owner: AmauriOliveira
- Created: 2020-05-10T02:33:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T12:43:44.000Z (almost 4 years ago)
- Last Synced: 2023-03-04T10:38:51.161Z (almost 2 years ago)
- Topics: javascript, knex, mongodb, mongoose, nodejs, nosql, yarn
- Language: JavaScript
- Homepage:
- Size: 363 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# backend-node-express-mongo
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=AmauriOliveira_backend-node-express-mongo&metric=alert_status)](https://sonarcloud.io/dashboard?id=AmauriOliveira_backend-node-express-mongo)
API Graphql com **NodeJs**, **Graphql-yoga**, **MongoDB** feito para praticar e aprender, este é meu primeiro projeto usando **NOSQL** e meu primeiro projeto feito consultando manuais de referencias e dicas apenas.
## Instalar dependências
`yarn install`
## tutum/mongodb
`docker run -d -p 27017:27017 -p 28017:28017 -e AUTH=no tutum/mongodb`
## Executar
`yarn start`
## Executar modo DEV
`yarn dev`
yarn add: adds a package to use in your current package.
yarn init: initializes the development of a package.
yarn install: installs all the dependencies defined in a package.json file.
yarn publish: publishes a package to a package manager.
yarn remove: removes an unused package from your current package.