- Step1: Create a virtual environment
virtualenv env
- Step2: Activate the virtualenv
. env\Scripts\activate
- Step3: Install all requirements
pip install -r requirements.txt
- Step4: Run the flask application
python app.py
docker-compose up --build
Note:
This is a basic flask application that can be used by beginners who are learning flask You can edit the html templates and playaround with the styling
Having any issues: Contact : ahnashwin1305@gmail.com