Managing score-card of whole tournament with each player's performance is very difficult task to do manually. So we are digitalizing the whole process though our software.
We have created a web application using Django framework (which is high level python framework ) . we have used html, css, javascript for front end design. Pycharm Ide is used for the developing purpose.
The demo can be viewed with this link - Demo
Running on Local machine
-
Make sure python 3.XX is used
-
create virtual environment
python -m venv cricky -
Activate virtual environment
windows -> ./cricky/Scripts/activate ubuntu -> source cricky/Scripts/activate -
clone the repo
git clone https://github.com/siddeshlc8/Software-Engineering-Project.git -
Go to git directory
cd Software-Engineering-Project -
Run pip install
pip install -r requirements.txt -
Delete database sqilte3
delete db.sqlite3 file -
Run migrate
python manage.py migrate -
Run server
python manage.py runserver -
Open Browser
http://127.0.0.1:8000/