Skip to content

deepak-acharya-97/python-bottle-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Bottle Framework Practice

Bottle is a WSGI micro web-framework for the Python programming language. It is designed to be fast, simple and lightweight, and is distributed as a single file module with no dependencies other than the Python Standard Library. The same module runs with Python 2.5+ and 3.x. Read More

How to run app?

*Latest Commits are available at dev branch

Step 1 Install Python (2.7x version is preferred)

Step 2 Install pip

Step 3 pip install -r requirements.txt **

Step 4 python app.py **

**Run this command in command prompt