Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/filfreire/groceries-insomnia

Example Demo for tinkering with Insomnia API Client
https://github.com/filfreire/groceries-insomnia

Last synced: 4 days ago
JSON representation

Example Demo for tinkering with Insomnia API Client

Awesome Lists containing this project

README

        

# groceries-insomnia

Example Demo for tinkering with Insomnia API Client

[![Run in Insomnia}](https://insomnia.rest/images/run.svg)](https://insomnia.rest/run/?label=Groceries%20API&uri=https%3A%2F%2Fraw.githubusercontent.com%2Ffilfreire%2Fgroceries-insomnia%2Fmain%2Finsomnia-workspace.yaml)

## Setup

- Install Python (e.g. version 3.11)
- Run `make install dev`.

### Docker setup

- Install Docker
- Run `make docker-build docker-run`.

## Running in Docker

Run on terminal:

```bash
docker run -d --name groceries-app -p 5000:5000 ghcr.io/filfreire/groceries-insomnia:latest
```

## Side-notes

- Code used on
- Code used on [API Summit 2024 Insomnia presentation](https://konghq.com/events/conferences/api-summit/agenda)