Skip to content

cthdarren/wayfare-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

git clone
cd wayfare-backend

Switching to a different branch

git checkout branchname

Filling in data into application.properties

  • Copy and paste application.properties.example and rename it to application.properties
  • Fill in the necessary information for the connection to the database.

To Run

Windows

./gradlew.bat bootRun

MacOS/Linux

chmod +x ./gradlew
./gradlew bootRun

API Documentation

https://documenter.getpostman.com/view/4694871/2sA35D64HZ

About

backend for wayfare using Java and Spring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages