This project is made for Tanbir Hasan by django and hosted it in heroku server.
How to run it:
-
Clone from git using this command:
git clone https://github.com/BDMADE/resume.git -
Enter the project repo using this command:
cd resume -
Migrate all tables using this command:
python manage.py migrate -
Create super user for administration using this command:
python manage.py createsuperuser