Skip to content

Latest commit

 

History

History
57 lines (29 loc) · 1.08 KB

README.md

File metadata and controls

57 lines (29 loc) · 1.08 KB

~~ MEGAWAVE backend ~~

Requirements

  • python 3.7.7

  • poetry

    • python package and environment manager
  • git

Setup

  • run poetry install to install all python project deps

  • run start.sh to start api server on http://localhost:5000

    • See the docs for more details

    • If the server complains of an in use port and you are running Mac OS Monterey, follow these instructions

Environment

Built with this guide

Libraries (for now)

  • mutagen

    • parse music files and their metadata
  • fastAPI

    • super fast and simple API library