diff --git a/README.md b/README.md index 44205eb..c0d6d0a 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,15 @@ -# Flask Sqlalchemy Blogger Example - - -A Simple Blogger application with user authentication, Using Flask, sqlalchemy connected to sqlite Database. +# Read, Write and Run +A writing interface. ## 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``` - +Based on Flask +Run with python3 app.py +and go to localhost:5000 ## Requirements -- Python 2.7.x Python 3.x.x +- Python 3.x.x - Flask - Flask-SQLAlchemy -- flask-WTF \ No newline at end of file +- flask-WTF