You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
d4cc58c9c3 | 6 years ago | |
---|---|---|
app | 6 years ago | |
.gitignore | 6 years ago | |
README.md | 6 years ago | |
app.py | 6 years ago | |
requirements.txt | 6 years ago |
README.md
Flask Sqlalchemy Blogger Example
A Simple Blogger application with user authentication, Using Flask, sqlalchemy connected to sqlite Database.
Usage
- Frist clone the project and move to current working directory.
- Install the required packages using requirements.txt file by the command
pip install -r requirements.txt
- Run server by using
python app.py
Requirements
- Python 2.7.x Python 3.x.x
- Flask
- Flask-SQLAlchemy
- flask-WTF