On this site I am trying to implement a demonstration of my skills. The project is under development. I try to learn new features and add them to this project in a simple demo way. I hope this project will help me get my first job as a programmer. Django 4.0 - Python 3.8.10
Run the following commands to bootsrtap your enviroment:
git clone https://github.com/GavdzinskyiVeacheslav/Portfolio-site.git
cd portfolio
python -m venv venv
venv\Scripts\activate
pip install -r requirements
Run the app locally:
python manage.py runserver