Project to learn and improve my skills in:
- Go lang
- MongoDB
- Spotify API
-
Clone
git clone https://github.com/felipeparpinelli/partyfy-server.git
-
Install dependencies
go get gopkg.in/mgo.v2
MongoDB driver for Go -go get github.com/gorilla/mux
A powerful URL router and dispatcher for golanggo get github.com/zmb3/spotify
wrapper for Spotify Web API
-
Install and run mongoDB
-
Set Environment variables:
export SPOTIFY_ID="client_ID"
export SPOTIFY_SECRET="secret_ID"
cd controllers
go test *.go
-
Start the server
go run *.go
-
Follow the instructions to run the frontend service:
https://github.com/felipeparpinelli/partyfy-client
-
You can view the project up and running on AWS
-
You can create the database with a collection(party) automatically, just uncomment the line 19 in db.go and run the application.
- Create websocket between client and server - collaborativePlaylist
- Create a music search
- User be able to create parties