https://github.com/jasocami/phonebook-fastapi-pytest
First time I use FastAPI
https://github.com/jasocami/phonebook-fastapi-pytest
fastapi python sqlmodel
Last synced: 26 days ago
JSON representation
First time I use FastAPI
- Host: GitHub
- URL: https://github.com/jasocami/phonebook-fastapi-pytest
- Owner: jasocami
- Created: 2024-11-13T22:33:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T22:39:41.000Z (over 1 year ago)
- Last Synced: 2025-03-24T04:59:46.246Z (about 1 year ago)
- Topics: fastapi, python, sqlmodel
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Phonebook
First touch with fastAPI. Playground.
## Run
Create a new virtualenv with python >3.8 and install req.txt
* Activate venv
* cd to proyect app
* run fastapi dev main.py
## Todo
Pytest