David Lick caa9db586c Merge pull request #15 from davidlick/add-delete-produce
Add DELETE /produce/{produceCode} endpoint
2021-06-21 10:00:13 -04:00
2021-06-17 17:37:58 -04:00
2021-06-20 20:41:00 -04:00
2021-06-20 18:16:33 -04:00
2021-06-17 17:06:21 -04:00
2021-06-20 18:16:33 -04:00
2021-06-20 18:16:33 -04:00
2021-06-16 20:13:55 -04:00
2021-06-19 17:47:36 -04:00
2021-06-17 17:06:21 -04:00

supermarket-api

Supermarket-API is a service providing functionality for cataloging produce and their prices.

Getting Started

To start supermarket-api you will need to create an .env file at cmd/api/.env. A convenience example with sane defaults is located at cmd/api/example.env and you can create your environment file by running:

~$ cp cmd/api/example.env cmd/api/.env

Supermarket-API has a Makefile with commonly ran commands. To use the Makefile append the command to make in your terminal:

~$ make run
S
Description
No description provided
Readme
9.1 MiB
Languages
Go 94.7%
JavaScript 3.2%
Makefile 1.5%
Dockerfile 0.4%
Shell 0.2%