From 3082aa989d92ac9ad5cff48e781b3e0afb4485e3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Apr 2019 20:57:07 +0200 Subject: [PATCH] new readme --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) 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