Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 362 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 362 Bytes

ITSeed API

Set up

$ cp cp .env.example .env
$ cp docker/.env.example docker/.env
$ cd docker/
$ docker compose up -d
$ docker compose exec app sh
$ yarn start:dev

Set up Sign in with Google

Follow the document and get the client ID and secret key, then fill into .env

GOOGLE_CLIENT_ID={Your client ID}
GOOGLE_SECRET={You secret key}