Makeup artist website built using Flask web framework.
- Flask
- Docker
- Docker Compose
- Gunicorn
- NGINX
- Bootstrap 5
- JavaScript
- HTML
- CSS
|
|
|
|
|
|
|
|
|
The application uses sending emails to the makeup artist with order details using a Gmail account.
You must create an app password.
Link
Inside the src directory is a .env.template file. Set the values for the environment variables.
In the same directory (where .env.template is located), create a .env file and copy the contents
of the .env.template file to the .env.
git clone https://github.com/bizoxe/flask-website.gitand navigate to cloned project
# run this command in the root directory of the project
gunicorn app:app# run this command in the root directory of the project
docker compose build
docker compose up -d