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

https://github.com/siddh34/shopping-backend

A Sample FastApi Server mimicking shopping service
https://github.com/siddh34/shopping-backend

docker fastapi pipenv python sqlalchemy

Last synced: about 2 months ago
JSON representation

A Sample FastApi Server mimicking shopping service

Awesome Lists containing this project

README

          

# Shopping Backend

It is fun project done to explore fastapi

## Fastapi link

https://fastapi.tiangolo.com/tutorial/

## Postman collection

https://galactic-firefly-358010.postman.co/workspace/New-Team-Workspace~23840032-0e70-40e9-acb9-a1db8a75ca44/collection/25562512-011dca93-c5c4-46cb-bba1-ed4a0b938a8f?action=share&creator=25562512

## Run in docker

```sh
docker build -t shop-backend .
docker run -d -p 8000:8000 -t shop-backend
```