Skip to content

theuppercaseguy/Portfolio

Repository files navigation

My Personal Portfolio WebSite

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.

center

Requirements (that shall be installed in your system)

  1. Git
  2. virtualenv
  3. Python
  4. Django-admin

Run On Your Machine?

  1. Firstly, clone the repository using the git shell
  2. Goto the base directory of the project
    • cd Portfolio
  3. Create a virtual environment and activate it.
    • $ virtualenv venv
    • $ venv\Scripts\activate on Windows or $ source venv/bin/activate on Posix system
  4. Install the requirements for the project
    • $ pip install -r requirements.txt
  5. Now start the localhost server
    • $ python manage.py runserver

Live Example

Portfolio

© 2019 GitHub, Inc.

About

My Personnel Portfolio

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published