Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 760 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 760 Bytes

MoveMyMusic

Hi there, it's beta version server for project about transfer music from any platform to any

You also can see client

Run app

Firstly you need set up .env file in config/app.env

Example env.

PORT=:4000

FRONT_END_URL=

SPOTIFY_R_U=spotify callback url
SPOTIFY_C_K=spotify client key
SPOTIFY_S_K=spotify secret key
SPOTIFY_SCOPE=spotify permissions

DEEZER_R_U=deezer callback url
DEEZER_C_K=deezer client id
DEEZER_S_K=deezer secret key
DEEZER_SCOPE=deezer permissions

MONGO_DB_USER=
MONGO_DB_PASS=
MONGO_DB_NAME=

# Or you can set full url
MONGO_DB_URL=

For run app

go run server

If you want to help me or you have any suggestion, make your pull request or write me :)