Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/augustoscher/todo-api
Node.js API with mongoDB for todo-app React frontend project
https://github.com/augustoscher/todo-api
express mongodb mongoose nodejs nodemon pm2
Last synced: 1 day ago
JSON representation
Node.js API with mongoDB for todo-app React frontend project
- Host: GitHub
- URL: https://github.com/augustoscher/todo-api
- Owner: augustoscher
- Created: 2019-06-11T02:25:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T00:10:07.000Z (7 months ago)
- Last Synced: 2024-04-23T01:32:40.524Z (7 months ago)
- Topics: express, mongodb, mongoose, nodejs, nodemon, pm2
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo-api
Node.js API with mongoDB for todo-app React frontend project##### Pré-requisitos:
- Node.js e npm devem estar instalados.
- Postman deve estar instaldo. (para execução de testes)
### Setting Up
----##### 1. Clonar repositório
> git clone [email protected]:augustoscher/todo-api.git##### 2. Acessar repositório
> cd todo-api##### 3. Instalar dependências
> sudo npm i##### 4. Iniciar aplicação
a) Development(nodemon):
> sudo npm run devb) production(pm2):
> sudo npm run production##### 5. Testar API
> http://localhost:3003/api/todos?sort=createdAt