Repositório responsável pelo código do backend da aplicação Booker
- Java 17
- IntelliJ/Eclipse/IDE of your choice
- PostgreSQL (later on)
- Install Java 17 on your machine (if you don't have it):
apt install openjdk-17-jdk openjdk-17-jre
- Clone the repository
git clone git@github.com:Booker-Projeto-1/booker-backend.git
- Import the project on your favorite IDE
- Open Terminal in the project folder (in this case the project is booker and not booker-backend - repository name)
- Run the following command:
./gradlew bootrun
- Open your browser to http://localhost:8080/ (Hello World) or http://localhost:8080/h2-console to see the Database
- Database access information is in the application.properties file