Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 939 Bytes

README.md

File metadata and controls

48 lines (29 loc) · 939 Bytes

PFA (Programa Full Cycle de Aceleração) Project

This project is a aceleration bonus course for Full Cycle Developer course.

About application

  • This application use Mysql Database.
  • API with Quarkus
  • Front-end with Angular

Running the application with Compose

Start:

docker-compose up

After docker build, just open your browser in url: http://localhost:8000

Rollback:

     docker-compose down
     rm -rf dbdata/

Running the application without Compose

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.