Quick start - jocile/catalog GitHub Wiki

:white_check_mark: Requirements

Before starting :checkered_flag:, you need to have Java JDK 17, Git and Maven installed.

:checkered_flag: Starting

Clone this project

git clone https://github.com/jocile/catalog

Access

cd catalog/backend

Run the project backend

./mvnw spring-boot:run

The API back end will initialize in the browser in http://localhost:8080/swagger-ui/index.html
and in-memory H2 database will be initialized in http://localhost:8080/h2-console

🚧 The frontend is 🚀 Under construction... 🚧