Skip to content

oswalgopal/flaskApp

Repository files navigation

Flask App

Flask Logo

Learning resources

  1. Offical Doc of Flask
  2. Refer the folder I created you can also understand by reading the basic comments I mentioned in my codes.

Set up flask app

  1. Install python from link
  2. Install Flask using the following command
    pip install flask
    
  3. move int the folder
    cd helloWorld
    
  4. run the flask app
    flask run
    
  5. Open your browser on http://127.0.0.1:5000 or localhost:5000
  6. To On the debug mode run the command
    export FLASK_DEBUG=1 or export FLASK_DEBUG=true
    

How to refer my folder structure

Sr No Folder Name Description
1 helloWorld
2 sum
3 render_html
4 html_inheritance
5 forms
6 todo_list
7 sessions
8 database_connectivity
9 password_hashing
10 LoginPanel
10 ORM
11 API
12 websockets

About

Learning flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published