Skip to content

diegomrepo/simple-music-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple backend music library

Music library back-end api written using Python's FastAPI framework, SQLAlchemy (and ORM) . Data is persisted in SQLite (optional PostgreSQL).

Dev

Install the Python dependencies

poetry install

Run the app server with hot reload

poetry run uvicorn album_fastapi.main:app --reload

Navigate to /docs in your browser to consume (or your favorite software).

Tests

To run the unit tests

poetry run pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages