Skip to content

vehikl/retro-tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retros Logo

Logo by Tuan Truong [github] [website]


codecov API API

Development

  1. Copy the .env.example to .env
  2. Github OAuth
    1. Go to https://github.com/settings/developers and create a new OAuth app
    2. Set Homepage URL to http://localhost:4200
    3. Set Authorization callback URL to http://localhost:3333/auth/github/callback
    4. Use the Client ID and Client Secret in your .env file
  3. Start the database servers using docker docker-compose up
  4. Start the client server yarn start client
  5. Start the api server yarn start api
  6. Run the migrations yarn prisma migrate dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.0%
  • Other 1.0%