https://github.com/faraasat/rest-api-with-fastapi-and-python
https://github.com/faraasat/rest-api-with-fastapi-and-python
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/faraasat/rest-api-with-fastapi-and-python
- Owner: faraasat
- Created: 2023-10-25T13:48:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-27T13:59:50.000Z (over 1 year ago)
- Last Synced: 2025-01-21T21:22:37.754Z (5 months ago)
- Language: Python
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
to run the project:
```bash
uvicorn storeapi.main:app --reload
```run test by using:
```bash
pytest
```