Portfolio website with CRUD operations. You can add/edit/update/delete projects.
First you should create virtual environment.
Then on the command line, type the following:
pip3 install -r requirements.txt
To start application type:
python manage.py runserver
.