Skip to content

FitZen/fitzen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

765 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FitZen

Fitness Management System

Before proceeding, you need to install the latest versions of Node.js and PostgreSQL.
If you already have them installed, set up the database using PostgreSQL.
Now, follow the steps below.

1. Clone this repository

Open a terminal from your preferred location and run the below command.

git clone https://github.com/FitZen/fitzen.git

2. Include .env file

Manually, open the fitzen directory and add the .env file into the root directory.

3. Go inside the directory

cd fitzen

4. Install root dependencies

npm i

5. Test backend

npm run server

6. Go inside the frontend directory

Open another terminal on the root directory and run the below command.

cd frontend

7. Install frontend dependencies

npm i

8. Test frontend

npm start

9. Run frontend and backend simultaneously

npm run dev

About

Fitness Management System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages