Skip to content

vladimir-shevchenko01/photo_pro

Repository files navigation

PHOTOGRAPHER PROFILE

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.

Technologies used in this project:

Python Django Gunicorn Nginx HTML5 Bootstrap CSS3

How to deploy a project locally:

  1. Clone the repository:
git clone https://github.com/vladimir-shevchenko01/photo_pro.git
cd photo_pro
  1. 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()
  1. From the root directory, execute the following commands:
cd .docker
docker compose up -d

The site will be available at localhost:8000.

Vladimir Shevchenko GitHub 🛒

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published