new readme
parent
d4cc58c9c3
commit
3082aa989d
@ -1,18 +1,15 @@
|
|||||||
# Flask Sqlalchemy Blogger Example
|
# Read, Write and Run
|
||||||
|
|
||||||
|
|
||||||
A Simple Blogger application with user authentication, Using Flask, sqlalchemy connected to sqlite Database.
|
|
||||||
|
|
||||||
|
A writing interface.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
- Frist clone the project and move to current working directory.
|
Based on Flask
|
||||||
- Install the required packages using requirements.txt file by the command ```pip install -r requirements.txt```
|
Run with python3 app.py
|
||||||
- Run server by using ```python app.py```
|
and go to localhost:5000
|
||||||
|
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
- Python 2.7.x Python 3.x.x
|
- Python 3.x.x
|
||||||
- Flask
|
- Flask
|
||||||
- Flask-SQLAlchemy
|
- Flask-SQLAlchemy
|
||||||
- flask-WTF
|
- flask-WTF
|
||||||
|
Loading…
Reference in New Issue