Skip to content

Caitlyn-K/SocialCodingWorkoutLogger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SocialCodingWorkoutLogger

Running the project

Before attempting to run locally, ensure you have MySQL installed and a have a database up and running.

Create the following environment variables in accordance with your MySQL database configuration.

DB_URL=jdbc:mysql://localhost:3306/{Databases's Name}
DB_USER=
DB_PASS=

To run locally:

./mvnw spring-boot:run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%