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
- Host: GitHub
- URL: https://github.com/siddh34/shopping-backend
- Owner: siddh34
- Created: 2024-07-06T17:05:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T19:26:41.000Z (almost 2 years ago)
- Last Synced: 2025-02-25T00:45:28.506Z (over 1 year ago)
- Topics: docker, fastapi, pipenv, python, sqlalchemy
- Language: Python
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```