A Python Flask website that wishes your closest ones a happy birthday
https://happy-birthday-izo0.onrender.com
video.mov
git clone https://github.com/raghavtwenty/happy-birthday.git
cd happy-birthday/
pip install -r requirements.txt
python application.py
or
gunicorn application:app
http://127.0.0.1:5000/
- PC or Laptop
- Pogramming language: Python
- Frameworks: Flask
- Any web browser
This is a python flask website that says "happy birthday" with dynamic & amazing fireworks
- The flask app is first started, It runs on localhost 5000 (port number).
- The home route asks for user name.
- It then sends it to the backend and returns a HTML page.
- This HTML triggers JQUERY code for fireworks and displays it on the output screen with user name.
- Mentor & Teacher: Shemeer.K.A, PGT, Computer Science.
- Designed & Programmed by: Raghava
- School: Kendriya Vidyalaya, Coimbatore.
END OF README