- Django
- SQLite
- Jinja Temlate
- Bootstrap
- TelegramBotApi
- slider (changing text, background pictures is available),
- prices (the user can change the services and prices for them),
- telegram bot (data about a new application from the completed form is sent to telegram),
- crm (user account: orders and status with comments to them are displayed).
- Clone the repository:
git clone https://github.com/ktlog/service_sales_app.git
cd service_sales_app
- Create .env file in the root and set environment variable for application:
touch .env
echo DEBUG=True >> .env
echo DJANGO_KEY=$(openssl rand -hex 30) >> .env
- Finally, run:
docker compose up --build