Welcome to the Django Capstone Project - My portfolio aswell as user authentication with the Django framework.
Clone the repository, setup your Python virtual environment then setup Docker to run Django website. Instructions below.
git clone https://github.com/Bongzlegendkiller/L3-Task10_Capstone.git
python -m virtualenv venv
docker pull bonganicacambile/capstone
docker build -t bonganicacambile/capstone ./
docker run -p 8000:8000 bonganicacambile/capstone
You should now be able to access the Django Web Application in your browser.
Developed by Bongani Cacambile