Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 856 Bytes

README.md

File metadata and controls

45 lines (25 loc) · 856 Bytes

FitConnect

Description: Web application where fitness enthusiasts can find workout partners and schedule sessions together.

How to Setup and Run

In order to setup the project, please proceed as follows:

  1. clone the repository on your pc

open git bash and use the following command:

  git clone https://github.com/TechLabs-Dortmund/FitConnect.git
  1. open the project in Visual Studio Code or any other programm open the terminal and use the following command to install dependencies
  npm install
  1. Start the project :

After successful installation use the following command to run the project:

  npm start

Roadmap

  • improve chat and settings pages
  • create groups and profiles

Authors