I will give a brief description on Flask for everyone who know and don't know about Flask. It is a lightweight web framework written in Python and based on Werkzeug, Jinja 2. This is called as simple web framework because the core of this is very simple but extensible.
So we are going to write a small web application called Restaurant Voters and host it in a cloud. This application is intended to provide users to vote up for their favourite restaurant and at last based on the voting the restaurant will be selected. Once restaurant is selected, users will have the chance of selecting the menu that they like from that restaurant. So this the basic scenario of this application.
First of all you need to download all the necessary tools. I'm using Ubuntu 14.10. If you are a Windows user, the commands might be slightly different.
pip install Flask
No comments:
Post a Comment