Skip to content

TeeWrath/store-api

Repository files navigation

Store API

How to run the Dockerfile locally

Create docker image

docker build -t TAG_FOR_IMAGE .

Run the image as a container with volume

docker run -dp 5000:5000 -w /app -v "$(pwd):/app" IMAGE_NAME sh -c "flask run --host 0.0.0.0"

About

A simple store api enabling all kinds of request to add stores, items, fetch, delete and update them.

Resources

Stars

Watchers

Forks

Languages