- run
docker-compose up
in the root directory - an adminer instance runs at port 8080, use the credentials from
docker-compose.yml
to login
- run
npm i && npm start
in/backend
- change
PGHOST
in.env
tolocalhost
- change
- run
npm i && npm start
in/frontend
- change
target
invite.config.ts
tohttp://localhost:3000
- change