Skip to content

imthaghost/musik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

# cd into backend directory
cd backend
# go run
go run server.go

Starting frontend with npm

# cd into the frontend directory
cd frontend
# install dependencies
npm install
# start the server
npm start

Contributors

Contributions are welcome! Please see Contributing Guide for more details.

Gary Frederick
Tha Ghost

πŸ’»