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