Skip to content

ThiagoBfim/pfa-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 51.8%
  • Java 30.5%
  • HTML 10.9%
  • Shell 4.6%
  • SCSS 1.3%
  • Dockerfile 0.9%