Skip to content

A RESTful API to support CRUD operations to manage a shopping list.

Notifications You must be signed in to change notification settings

hoai-nguyen/shopping-list

Repository files navigation

Flask Shopping List Create a RESTful API to support CRUD operations to manage a shopping list. The instructions are as follows:

Step 1. Clone the repository:

  • git clone https://github.com/hoai-nguyen/shopping-list.git

Step 2. Set your FLASK_APP variable to run.py:

  • MacOS/Linux: export FLASK_APP=app.py
  • Windows: set FLASK_APP=app.py

Step 3. Install all of the required dependencies:

  • pip install -r requirements.txt

Step 4. Run application:

  • flask run

Step 5. Run unit test (Optional):

  • python -m unittest discover

About

A RESTful API to support CRUD operations to manage a shopping list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages