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

https://github.com/flavien-hugs/simple-fastapi

Simple API with FastAPI
https://github.com/flavien-hugs/simple-fastapi

fastapi fastapi- fastapi-crud fastapi-sqlalchemy

Last synced: 4 months ago
JSON representation

Simple API with FastAPI

Awesome Lists containing this project

README

          

# Simple API with FastAPI

## Technology Stack:

- Python 3.10+
- pipenv ou pip
- FastAPI
- Uvicorn (server)
- Pytest
- sqlalchemy
- Alembic
- Postgresql

## Clone the project

```
git clone https://github.com/flavienn-hugs/apilabonnedame.git
```

## Test the project locally

```
run: make runserver
or
uvicorn core.main:app --reload
```

## Installing the dependencies

```
If use pipenv: pipenv install

or

If using pip: pip install -r core/requirements.txt
```