Sorted Lists is a simple API that can store sorted lists in database.
- Python
- FastAPI
- Pydantic
- TinyDB
-
Init venv
python -m venv venv source venv/bin/activate -
Install dependencies
pip install -r requirements.txt
-
Run server
uvicorn main:app --reload
or
python main.py