Follow these steps to set up the project on your local machine:
- Navigate to the
htdocs
directory of your local web server (e.g., XAMPP). - Create a new folder for the project.
- Open Visual Studio Code (VS Code).
- Select
File > Open Folder
and choose the folder you created in Step 1.
- In VS Code, open the terminal by selecting
Terminal > New Terminal
.
- In the terminal, run the following command to clone the repository:
git clone https://github.com/prasangapokharel/Fitnepal-Completed.git
- Open your web browser and go to PhpMyAdmin.
- In PhpMyAdmin, create a new database named
fitness
.
- Select the
fitness
database. - Click on the
Import
tab. - Choose the
fitness.sql
file from the cloned repository and import it.
- Open your web browser and go to the following URL to access the application:
Replace
http://localhost/foldername/home/index.php
foldername
with the name of the folder you created in Step 1.
If you encounter any issues, please make sure you have the necessary permissions and your local server is running correctly.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to everyone who contributed to this project.