Install Flask and extensions
$ pip install flask $ pip install flask-socketio $ pip install flask-sqlalchemy
Create database by importing database object from an interactive Python Shell
>>> from main.py import db >>> db.create_all()
Run the application using command:
$ python main.py
Open up your web browser of choice and go the URL: http://127.0.0.1:5000/
-
Notifications
You must be signed in to change notification settings - Fork 0
leorosie/Homework
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published