Skip to content

tzengerink/groceries-api

Repository files navigation

image

image

GROCERIES API

A simple RESTful API to manage your grocery list.

Installation

To install the dependencies run:

pip install -e .

Make sure that the Heroku Toolbelt is properly installed. Furthermore the code needs two environment variables to be set.

  • DATABASE_URL should point to the development database.
  • JWT_SECRET should contain a secret string to be used as signing key.

Development

To install all development dependencies run:

pip install -e ".[dev]"

Other commands that could be useful during development, can be found in the Makefile.

About

A simple RESTful API to manage your grocery list

Resources

License

Stars

Watchers

Forks

Packages

No packages published