To run project in development mode:
- Inside
g-42-backendfolder - Check and update variables inside
.envfile - If you use Apple
container:- Run
$ container image pull docker.io/postgres:latest - Run
$ container run --name postgres --detach --rm --env-file .env postgres:latest
- Run
- Inside
g-42-backendfolder - Check and update variables inside
.envfile - Run
$ npm install - Run
$ npm run dev
- Inside
g-42-frontedfolder - Run
$ npm install - Run
$ npm run dev