https://github.com/pradeepgangwar/hotel-menu-manager
A basic Flask powered app for listing hotel menu
https://github.com/pradeepgangwar/hotel-menu-manager
flask flask-application jinja2 python
Last synced: 2 months ago
JSON representation
A basic Flask powered app for listing hotel menu
- Host: GitHub
- URL: https://github.com/pradeepgangwar/hotel-menu-manager
- Owner: pradeepgangwar
- Created: 2017-04-02T13:28:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T16:47:21.000Z (about 9 years ago)
- Last Synced: 2025-02-17T20:18:21.820Z (over 1 year ago)
- Topics: flask, flask-application, jinja2, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This is a basic Hotel menu manager type application
## This application uses Python based FLASK framework for its backend and SQL for database. This is made while learning flask from online sources.
To Get this application running Download this repository as a **zip file** and extract it in the desired directory.
___
I prefer to use a virtual environment for running this app.
Search online for how to activate virtual environment for your operating system.
___
After activating virtual environment. Run following commands :
> pip install flask
>
> pip install sqlalchemy
>
> python app.py
You are good to go. Browse at *localhost:5000*.
Enjoy! :+1: