Skip to content

Droplet is a fitness tracking app that allows users to keep goals, log workouts and view the progress of friends!

Notifications You must be signed in to change notification settings

TurnerTastic1/Droplet-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Droplet-Server

This is the server for FitNet. It utilizes Spring Boot and PostgresSQL to provide a RESTful API for the FitNet IOS app.

Getting Started

Prerequisites

  • Java 20
  • Maven 3.6.3
  • PostgresSQL 12.2

Installing

  1. Clone the repository
git clone
  1. Build the project
mvn clean install
  1. Run the project
mvn spring-boot:run
  1. Open Postman and import the collection from the root directory
  2. Run the collection
  3. You should see a 200 response with a message "FitNet is running!"
  4. You can now make requests to the API

About

Droplet is a fitness tracking app that allows users to keep goals, log workouts and view the progress of friends!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages