Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 601 Bytes

Readme.md

File metadata and controls

14 lines (13 loc) · 601 Bytes

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/