Following dependencies needs to be installed to run the project
-- Python 3.5.2
-- Django==2.2.1
I have used virtual environment to run this application, but it can run without virtual environment, open terminal and Clone project repository by using git command(hoping git is already available on the system)
git clone https://github.com/satyandrababu-python/fullstack_exercise.git
After cloning project,
cd GSL
and run folloing command
python manage.py runserver
You will get output similar to this,
Performing system checks...
System check identified no issues (0 silenced).
May 23, 2019 - 09:19:09
Django version 2.2.1, using settings 'GLS.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
go to any browser and open link http://127.0.0.1:8000/port number and ip may change as per you command input but this link can be found after successfull run of runserver command, output of runserver command contains this link.