The objective of this project is to create an portfolio web api using Django, HTML4 and Bootstarp. and Hosting that application on Heroku.
Installation and How to Run.
Firist you need to clone this repo and follow The below specified steps.
Install postgresql. Commands to install and configure postgresql in Linux are given below.
$ sudo apt update
$ sudo apt install postgresql postgresql-contrib
Install requirement.txt using bellow specified command pip install requirements.txt after that
This will install the Django Framework and reqired nessecary libraries.
After installing you can directly run python manage.py runserver to intilize this repo.