https://github.com/mspilari/proffy_api
API that will be consumed by Proffy App
https://github.com/mspilari/proffy_api
Last synced: 3 months ago
JSON representation
API that will be consumed by Proffy App
- Host: GitHub
- URL: https://github.com/mspilari/proffy_api
- Owner: MSpilari
- Created: 2020-08-12T16:08:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T19:58:53.000Z (almost 5 years ago)
- Last Synced: 2025-01-13T07:31:28.184Z (5 months ago)
- Language: TypeScript
- Size: 63.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# REST API for Proffy
API que será consumida pelo APP [Proffy](https://github.com/MSpilari/ProffyNLW)
## Descrição
API construída em Typescript, usando:
- SQLITE3
- Express
- CORS
- Knex## Rotas
- Existe uma rota de cadastro de novos professores.
- Listagem de professores cadastrados baseada em alguns parâmetros.
- Criação de conexões entre alunos e professores.
- Contagem de conexões já realizadas.