Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 655 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 655 Bytes

Public transportation project

This project was developed in the context of an advanced java subject described here

Running the dev container

To run the dev containers in docker just go to ./devcontainer and run the command :

  docker-compose up

To remove all unsed containers in docker just run the command :

  docker system prune

while the containers are up the api should be running at http://localhost:8080

API documentation

To access the http page with the api documentation while the containers are running click here