This is a Blog created by Abhinav Anand to write blog and share his experience about different technology stacks, interview experiences, some project ideas, and other things that he came across. Other people can come to this website and read the blogs and comment if they want to give some suggestions. This website is having authentication part in it.
-
Clone this repository to your local computer.
-
Open the project in an editor of your preference.
-
Use the package manager pip to install dependencies.
pip install django
-
Run your server
python manage.py runserver
or, the below command if your default python version is python2 use python3
python3 manage.py runserver
-
Your server should be up and running now.
The Server is also hosted at PythonAnywhere. Click on the below links to use it directly from the hosted server.
Note : All Data being used is dummy data.
Thank You :)