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: about 1 year 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T16:01:58.000Z (about 3 years ago)
- Last Synced: 2025-04-05T23:11:59.450Z (about 1 year ago)
- Topics: express, heroku, javascript, nextjs, nodejs, postgresql, prisma, tcc, typescript
- Language: TypeScript
- Homepage: https://monitoria-dashboard.vercel.app/
- Size: 526 KB
- Stars: 4
- Watchers: 2
- 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.