Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
24apurv authored Aug 5, 2020
1 parent 5445572 commit 197a397
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -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 <url>`
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/`

0 comments on commit 197a397

Please sign in to comment.