Skip to content

peterkyle01/project_roomie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Roomie

This is the backend of the roomie01 react app which is a booking service software.

Getting Started

Techstack Used

How to run the app

  1. Open the app in the IDE of your choice

  2. Open the terminal and git clone the master branch

  3. Make sure you have docker and docker-compose installed.

  4. Run docker-compose up in the terminal. This will create mysql database and phpMyAdmin.

  5. While still in the terminal , run ./mvnw spring-boot:run

  6. The server will start on http://localhost:8080 on your browser

  7. Hit http://localhost:8080/api/v1/room to get all rooms.

  8. See the Controllers for the other api endpoints.

About

Backend for an events booking web app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published