Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafa-kozand/projeto_monitoria_app
T.C.C. for Computer Science graduation.
https://github.com/rafa-kozand/projeto_monitoria_app
express heroku javascript nextjs nodejs postgresql prisma tcc typescript
Last synced: 3 months ago
JSON representation
T.C.C. for Computer Science graduation.
- Host: GitHub
- URL: https://github.com/rafa-kozand/projeto_monitoria_app
- Owner: Rafa-KozAnd
- Created: 2022-07-01T18:16:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T16:01:58.000Z (over 1 year ago)
- Last Synced: 2023-05-10T17:22:37.257Z (over 1 year ago)
- Topics: express, heroku, javascript, nextjs, nodejs, postgresql, prisma, tcc, typescript
- Language: TypeScript
- Homepage:
- Size: 526 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Projeto_Monitoria_App
- Team:
(Supervisor: Malgarete Costa - Students: João Piovesan, Haissam Fawaz, Rafael Kozlowski, João Manoel)
## Documentation related to the Project:
- Projeto Monitoria App - [`Proposta`](https://drive.google.com/file/d/1gakcKUwjK-CNrnLSdA-nyl7p4WEuKEgj/view?usp=sharing)## Provisionamento
Provisionamento do codigo atualmente se encontra no Heroku, juntamente com o banco de dados e pode ser acessado atravez da url: https://projeto-monitoria-api.herokuapp.com/
Ao fazer commit na branch de delopment o ambiente é atualizado com o novo codigo.
# Prisma
## Prisma migrate
'' npx prisma migrate dev --name init ''to generate the scheema run
'' npx prisma generate ''# Environment variables
Add a secret token to the environemnt variable
SECRET_TOKEN='YOURTOKEN'
the application on heroku will have its own secret token and the application will use it to gernetare the authorization.