This is the backend of the roomie01 react app which is a booking service software.
-
Open the app in the IDE of your choice
-
Open the terminal and git clone the master branch
-
Make sure you have docker and docker-compose installed.
-
Run
docker-compose up
in the terminal. This will create mysql database and phpMyAdmin. -
While still in the terminal , run
./mvnw spring-boot:run
-
The server will start on
http://localhost:8080
on your browser -
Hit
http://localhost:8080/api/v1/room
to get all rooms. -
See the Controllers for the other api endpoints.