From 197a397e61f5d18919de5d5d40cb9d58f8107407 Mon Sep 17 00:00:00 2001 From: Apurv Deshpande <47186059+24apurv@users.noreply.github.com> Date: Wed, 5 Aug 2020 17:01:37 +0530 Subject: [PATCH] Update Readme.md --- Readme.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Readme.md b/Readme.md index 8b13789..42dab8d 100644 --- a/Readme.md +++ b/Readme.md @@ -1 +1,14 @@ +# RestFul API for To-Do-List +A RestFul API for To-Do-List created using Flask and Flask-RestPlus. It features a Swagger UI for debugging. +# Installation +1) Install python3 +2) Install pip for python3 +3) Install virtualenv + `pip install virtualenv` or `pip3 install virtualenv` +4) Create virtual environment and cd into it + `virtualenv to-do-restful --python python3 && cd to-do-restful` +5) Clone git repository into folder `git clone ` +6) Install requirements `pip install -r requirements.txt` or `pip3 install -r requirements.txt` +7) Run using `python app.py` +9) Open `http://localhost:5000/`