8000 GitHub - x0k/effective-mobile-song-library-service
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

x0k/effective-mobile-song-library-service

Repository files navigation

Song Library Service

Usage

Define the following environment variables:

  • MUSIC_INFO_SERVICE_ADDRESS
  • PG_CONNECTION_URI

Run the application: go run cmd/app/main.go

Documentation

Swagger

Useful commands

Development environment

Feedback

From reviewer

  • A band can have many songs and storing the data in a heap in one table is a violation of database normalization

From myself

  • It was fun to work on the generalized expression lexer and the generalized filter for PostgreSQL tables implemented based on it!

  • It looks like I missed checking for records in the update handler. I should have checked RowsAffected and returned a 404 if there were no records.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0