Giter VIP home page Giter VIP logo

varzeshyar-website's Introduction

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 http://127.0.0.1:8000 URL.

varzeshyar-website's People

Contributors

ainazmoeini avatar el-sharafian avatar mehrnaz-jiryaie avatar

Watchers

 avatar

Forkers

ainazmoeini

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.