Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.53 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.53 KB

Discoverfy Server

This is the the back end of the Discoverfy iOS app which can be found here. It is a Node.js server with a MongoDB database.

Contributing

Cloning

You will need to have a Spotify Developer Account which can be created here.

After cloning, bundle install. You will also need to create a .env file to store your Spotify keys, redirect uri's, and encryption key. The encryption key is a random string to which the Spotify token will be encrypted against to be stored in the database. Place the following in the .env file.

CLIENT_ID='YOUR_CLIENT_ID'
CLIENT_SECRET='YOUR_CLIENT_SECRET'
CLIENT_REDIRECT_URI='YOUR_REDIRECT_URI'
DISC_REDIRECT_URI='YOUR_APP_REDIRECT_URI'

ENCRYPTION_SECRET='YOUR_ENCRYPTION_SECRET'

Issues

Issues are tracked here.

Built With

Author

Arthur Tonelli - Feel free to check out my website here or my GitHub here.

Acknowledgements