Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 598 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 598 Bytes

PET PROJECT

Install Docker Desktop

Clone api and web repo

cd pet_docker

git clone https://github.com/vuquangit/pet_api.git

git clone https://github.com/vuquangit/pet_web.git

Build images

docker-compose up -d --build

Run everything together

Run docker-compose up

Clean the database volume

Run npm run clean or docker-compose down -v

Useful links