Created Date: 30 Jan 2019
static folder contains all the CSS and images
template folder contains all the HTML pages
api.py file contains all the route to HTML pages and python scripts
Note: if you want don't know much about FLASK and webapp, go through : https://medium.com/@pemagrg/build-a-web-app-using-pythons-flask-for-beginners-f28315256893
- run
api.py
- open the url that it gives you after you run the code
- Tada!! the web app will open!
Still confused as to how to run?
Well, then open your terminal,
cd <path/to/your/project>
$python api.py<br>
it will give a link to open
click and the web app will be open in your Web browser.