Clone the Railway_System (from the
master
branch) andcd
into the directory.
git clone -b https://github.com/ishita0202/Railway_System.git
cd Railway_System
Step to run
virtualenv
python -m venv env
source env/bin/activate
Install all Dependencies
requirements.txt
pip3 install requirements.txt
Start
Django project
cd railways
python3 manage.py runserver