This project is a aceleration bonus course for Full Cycle Developer course.
- This application use Mysql Database.
- API with Quarkus
- Front-end with Angular
Start:
docker-compose up
After docker build, just open your browser in url: http://localhost:8000
Rollback:
docker-compose down
rm -rf dbdata/
For use without docker compose, execute the following steps:
Start:
git clone https://github.com/ThiagoBfim/pfa-docker
cd pfa-docker
./up.sh
Now you can open http://localhost:8080
Rollback:
Run ./rollback.sh
to remove all containers and network.