An open API service indexing awesome lists of open source software.

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

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: