- node
- postgres
-
Clone the project
-
cd to server folder and run
- create
.env
file and setDB_HOST
,DB_USER
,DB_NAME
,DB_PASS
andDB_PORT
yarn
ornpm install
npm run migrate
oryarn migrate
to run migrationnpm run server
to start the server
- run
npm run make:migration <name>
oryarn make:migration <name>
- run
npm run db:fresh
oryarn db:fresh
- create
-
cd to client folder and run
yarn
ornpm install
yarn start
ornpm start
to start the server