Backend for Trip Trip project
- Start PostgreSQL
- Start Redis
- copy
.env.dist
to.env
- Fill config to
.env
fileDB_HOST
,DB_PASSWORD
,DB_PORT
=5432,
DB_USER,
DB_NAME` — config for PostgreSQLREDIS_HOST
,REDIS_PORT
,REDIS_USER
,REDIS_PASSWORD
— config for Redis
- Initialize DB by
yarn evolutions -i
- Sync DB-scheme by
yarn evolutions
- Start dev-server by
yarn dev
- Server runs on localhost:3000
- Push all code for release to
master
- Create release by
yarn release
- Push code and tag by
git push --follow-tags
- CircleCI roll out release