Skip to content

This is a sports website for athletes, who want to connect and communicate with their desired trainer and get sports plans and advice.

License

Notifications You must be signed in to change notification settings

mehrnaz-jiryaie/VarzeshYar-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VarzeshYar-Website (ورزش‌یار)

VarzeshYar logo
VarzeshYar logo


About

This website is a project for completing a bachelor's degree at Bu-Ali Sina University of Hamedaan.

Requirements

Instructions

Clone the repository on your computer :

git clone https://github.com/mehrnaz-jiryaie/VarzeshYar-Website.git

If you already have other versions of Python and Django installed on your computer, creating a virtual environment is recommended, then installing the requirements to avoid version conflicts.

Create a virtual environment :

python -m venv your-virtual-env-name

Activate your virtual environment :

(for Linux)

source your-virtual-env-name/bin/activate

(for windows)

your-virtual-env-name\Scripts\activate

This project has a requirements.txt file that includes all Django packages required to run the code. These can be installed with the command :

pip install -r requirements.txt

Run the database migrations :

python manage.py migrate

Run the Django development server with the command:

python manage.py runserver

when you run this command, it listens to the port number '8000' by default, if this doesn't work try another port number like '8001' like this :

python manage.py runserver 8001

Last but not least, open your browser and then follow the https://127.0.0.1:8000 URL.

About

This is a sports website for athletes, who want to connect and communicate with their desired trainer and get sports plans and advice.

Topics

Resources

License

Stars

Watchers

Forks