This is the server for FitNet. It utilizes Spring Boot and PostgresSQL to provide a RESTful API for the FitNet IOS app.
- Java 20
- Maven 3.6.3
- PostgresSQL 12.2
- Clone the repository
git clone
- Build the project
mvn clean install
- Run the project
mvn spring-boot:run
- Open Postman and import the collection from the root directory
- Run the collection
- You should see a 200 response with a message "FitNet is running!"
- You can now make requests to the API