Personal portfolio website made with Django framework in the backend, and with CSS, JS, and Bootstrap for the frontend. It is a dynamic site so that you can control the content of the site through the admin area.
- Git
- virtualenv
- Python
- Django-admin
- Firstly, clone the repository using the git shell
- $ git clone https://github.com/theuppercaseguy/Portfolio.git
- Goto the base directory of the project
- cd Portfolio
- Create a virtual environment and activate it.
- $ virtualenv venv
- $ venv\Scripts\activate on Windows or $ source venv/bin/activate on Posix system
- Install the requirements for the project
- $ pip install -r requirements.txt
- Now start the localhost server
- $ python manage.py runserver