Skip to content

BonganiCacambile/L3-Task10_Capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Django Capstone - Portfolio & Users

Welcome to the Django Capstone Project - My portfolio aswell as user authentication with the Django framework.

Table of Contents

  1. Environment Setup

Environment Setup

Clone the repository, setup your Python virtual environment then setup Docker to run Django website. Instructions below.

Step 1: Clone the Repository

git clone https://github.com/Bongzlegendkiller/L3-Task10_Capstone.git

Step 2: Create Virtual Environment

python -m virtualenv venv

Step 3: Pull Docker Image from DockerHub

docker pull bonganicacambile/capstone

Step 4: Build the Docker Image

docker build -t bonganicacambile/capstone ./

Step 5: Run Docker Container

docker run -p 8000:8000 bonganicacambile/capstone

Step 6: Access the Website

capstone-website

You should now be able to access the Django Web Application in your browser.


Developed by Bongani Cacambile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published