Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmachado55/server-note
Clone do OneNote (API-REST)
https://github.com/rmachado55/server-note
apirest express mongodb mongodb-atlas nodejs
Last synced: about 1 month ago
JSON representation
Clone do OneNote (API-REST)
- Host: GitHub
- URL: https://github.com/rmachado55/server-note
- Owner: rmachado55
- Created: 2022-11-15T20:58:20.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-28T19:01:59.000Z (about 2 years ago)
- Last Synced: 2024-07-30T11:18:59.604Z (6 months ago)
- Topics: apirest, express, mongodb, mongodb-atlas, nodejs
- Language: JavaScript
- Homepage:
- Size: 91.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SERVER-NOTE (API)
API-Rest referente a aplicação SERVER-NOTE (um clone 100% funcional do One Note, aplicativo de criação, edição e gerenciamento de Notas);
O front-End da aplicação ainda está em desenvolvimento (https://github.com/rmachado55/server-note-front).FUNCIONAMENTO
- npm run dev -> inicia a API na porta 3001CONCEITOS APLICADOS
- Node.Js / Express
- MongoDb V5.0 (atlas)
- Utilização do PostMan para testes dos Endpoints
- Boas práticas na construção de uma API-RestNODE.js, JS, MONGODB, POSTMAN