This is a portfolio site.
There is a slider on the main page showing the most interesting works, from where you can go to the gallery section containing photo shoots by category. You can familiarize yourself with each category separately. In addition, the "About me" and "Contacts" pages are available.
- Clone the repository:
git clone https://github.com/vladimir-shevchenko01/photo_pro.git
cd photo_pro
- Create a
.env
file following the example of.env.example
in the config folder and fill it out.
*DJANGO_SECRET_KEY can be generated as follows:
python manage.py shell
from django.core.management import utils
utils.get_random_secret_key()
- From the root directory, execute the following commands:
cd .docker
docker compose up -d
The site will be available at localhost:8000.