prakharchoudhary / myportfolio

A Portfolio web app to store your information, render it as beautiful html website and more..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

myportfolio

A Portfolio web app to store your information, render it as beautiful html website and more..

Setup the project

  • Install virtualenv and setup a vitual environment.
sudo apt install virtualenv
pip install virtualenv
virtualenv -p python3.6 env
  • Next activate it and install all the dependencies in the requirements.txt.
source env/bin/activate
pip install -r requirements.txt

About

A Portfolio web app to store your information, render it as beautiful html website and more..


Languages

Language:HTML 50.1%Language:Python 42.5%Language:JavaScript 6.9%Language:CSS 0.5%