SyedaMahamFahim / portfolio-in-django

Fullstack Portfolio website In Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio - Django

Authors

Tech Stack

Client: Html,css,js,jquery

Server: Django

Run Locally

Clone the project

  git clone https://github.com/SyedaMahamFahim/portfolio-in-django.git

Go to the project directory

  cd portfolio-in-django

create virtual environment

  python -m venv venv

activate virtual environment

  venv\Scripts\activate

Install dependencies

  pip install -r requirements.txt

Start the server

  python manage.py runserver

to deactivate your virtual environment

deactivate

Screenshots

App Screenshot

Feedback

If you have any feedback, please reach out to me at syedamahamfahim@gmail.com

About

Fullstack Portfolio website In Django


Languages

Language:CSS 33.1%Language:Python 30.2%Language:HTML 28.7%Language:JavaScript 7.9%