Giter Club home page Giter Club logo

flask_todo's Introduction

Flask_TODO

Welcome to the TODO List Maker using the Flask Framework of Python

Do run this file in the Virtual Environment as it does not affect the local files

Step-1

Activalte the Virtual Environment

1.pip install virtualenv 2.virtualenv env 3.env\Scrips\activate.bat

Step-2

Now install the required fields

1 - pip install flask flask-sqlalchemy

Step-3

Now Create your DB by going into the python shell

1.python 2.from app import db 3.db.create_all() #hey your almost done at your project and ready to boom 4.exit() #Coming out of the pythin shell

Step-4

Noww run the Main app.py

1.py app.py

something like this would show up in your CMD

(env) C:\Users\vishnu\Desktop\FLASK_FC>py app.py C:\Users\vishnu\Desktop\FLASK_FC\env\lib\site-packages\flask_sqlalchemy_init_.py:834: FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True or False to suppress this warning. 'SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and '

  • Serving Flask app "app" (lazy loading)
  • Environment: production WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
  • Debug mode: on
  • Restarting with stat C:\Users\vishnu\Desktop\FLASK_FC\env\lib\site-packages\flask_sqlalchemy_init_.py:834: FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True or False to suppress this warning. 'SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and '
  • Debugger is active!
  • Debugger PIN: 800-977-780
  • Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)

Finally Done

Now your are all set up and running a basic TODO Manager using the Flask and DB

Thanks For Coiming and checking the File

flask_todo's People

Contributors

vish2476 avatar

Watchers

 avatar  avatar

Forkers

20171cse0769

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.