Full video tutorial link right here on Youtube
Make sure you have Docker installed and Make
if you already installed make,
you can run the project by typing
make build-run-dev
if you haven't install make, follow this instruction from the root project
cd server && docker build -t api-server .
cd web && docker build -t react-web .
docker-compose up