Installation for Working Environment : Docker
make
Here's how you can install
make
, you can run the project by typing
If you already installed make build-run
make
, follow this instruction from the root project
if you haven't install Don't forget a dot at last of the command.
cd ./server && docker build -t api-server .
cd ./web && docker build -t react-web .
docker-compose up
Run on Local
it will run on localhost:3000
if you can't access mysql
docker-compose up -d
docker-compose down -v