Tikuence Project
- Generate the
.env
file by runningcp .env.example .env
. - Go to https://console.cloud.google.com/apis/credentials and copy the Cliend ID and Secrets to the
AUTH_BELL_GOOGLE_CLIENT_ID
andAUTH_BELL_GOOGLE_CLIENT_SECRET
variables. - Start the containers with
docker-compose up -d
. - Run migrations with
npx sequelize-cli db:migrate
- Run seeds with
npx sequelize-cli db:seed:all