Table of Contents
A web application that provides printing Eid greetings card service where users can enter their names on it.
- HTML
- CSS
- Flask
- Clone the repo
git clone https://github.com/Ahmed-Almutairi/Eid_app
- Install packages
pip install -r requirements.txt
- Setup and run Flask App
export FLASK_APP=app.py
flask run