Skip to content

Garcel/shopping-mate

Repository files navigation

shopping-mate

CircleCI codecov

Shopping list assistant app backend

Overview 🕵️‍♂️

Shopping-mate is an application to help you to create, manage and share shopping lists.

Prerequisites 🚨

This project requires a database whose connection url must be passed as an environment variable.

Environment variables 📋

Some variables are expected to exist into the environment. In my development environment I'm using and .env file with these properties:

DATABASE_URL=<schema>://<user>:<pass>@<host>:<port>/<db_name>
SECRET_KEY=

Running the application 🚀

docker-compose up

Author ✍️

José Antonio Garcel ([email protected])

April 11 2021