https://github.com/viniciusmattosrj/api-restify
https://github.com/viniciusmattosrj/api-restify
javascript mongodb nodejs rest-api restify
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/viniciusmattosrj/api-restify
- Owner: viniciusmattosrj
- Created: 2020-12-20T06:39:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-24T02:05:20.000Z (over 5 years ago)
- Last Synced: 2025-04-14T14:59:05.979Z (about 1 year ago)
- Topics: javascript, mongodb, nodejs, rest-api, restify
- Language: JavaScript
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/viniciusmattosrj/api-restify/commits/releaseCandidate)
## Requerimentos
- Docker e docker-compose ou NVM
- Node ≥ 10.15.3
- Npm ou Yarn
### Tecnologias Utilizadas
* Code style: ESLint
* Restify
* MongoDB
* Nodemon
### Sobre
Esse projeto é uma api rest usando o micro framework restify, visando a prática das tecnologias. E está sendo utilizado o mongodb para persistência dos dados.
Veja `.env.example` as [instruções](docs/installation.md) sobre as variáveis de ambiente.
É possível importar as `.collections` através do arquivo [collections](docs/collections.json).
### Instalação
Para instalação verifique **[installation documentation](docs/installation.md)**.