/Droplet-Server

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

Primary LanguageJava

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