Skip to content

szezjo/utatte2-api

Repository files navigation

Utatte API (v2)

API for Utatte application (https://github.com/szezjo/utatte2/)

Used technologies: TypeScript, Node.js, Express, SQLite The application uses local library of songs. For more information, check out the wiki (to be added soon™)

Warning This API is only compatible with v2 of the application. For API compatible with the old version of Utatte check out: https://github.com/szezjo/utatte-api

How to run

The application uses Yarn package manager. The first time you download the code use this command to install the dependencies:

yarn install

To run the application use:

yarn dev