Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 885 Bytes

README.md

File metadata and controls

34 lines (17 loc) · 885 Bytes

FitExercises Web Application

FitExercises is a web application that allows users to search for exercise information based on different criteria. The application provides an interface for users to search for exercises by name, category, level, force, mechanic, and equipment. It also supports filtering exercises based on specific criteria.

Getting Started

Prerequisites:

Java JDK (version 11 or later)

Installation:

1- Clone the repository to your local machine: git clone https://github.com/your-username/fitexercises-app.git

cd fitexercises-app

2-Backend Setup:

Import the project in your preferred IDE (e.g., IntelliJ IDEA, Eclipse). Build and run the Spring Boot backend using your IDE or command line. The backend will run on http://localhost:8080.

Technologies Used:

Java(Language) Spring Boot (Backend) MongoDB (Database)