Client: Html,css,js,jquery
Server: Django
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
If you have any feedback, please reach out to me at [email protected]