Skip to content

A RestFul API for To-Do-List created using Flask and Flask-RestPlus

License

Notifications You must be signed in to change notification settings

24apurv/to-do-restful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  8. Open http://localhost:5000/