do
Musik is a SoundCloud music discovery web application built in Golang. Simply go to the web-server and start discovering new music!
Live Web App
π Table of Contents
π Local Development
Starting server with Docker-compose
# we can build and start the server with docker
docker-compose up --build
Starting server with go
# go run
go run server.go
π License
By contributing, you agree that your contributions will be licensed under its MIT License.
In short, when you submit code changes, your submissions are understood to be under the same MIT License that covers the project. Feel free to contact the maintainers if that's a concern.
Contributors
Contributions are welcome! Please see Contributing Guide for more details.