Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        



GitHub language count
GitHub language count
GitHub repo file count
GitHub repo size
GitHub language count

# 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.