Application
You need a MongoDB instance running on 27017 port
Backend
# Clone this repository
$ git clone https://github.com/gustavosimon/spotify-clone/tree/master/backend
# Go into the repository
$ cd spotify-clone/backend
# Install dependencies for the backend
$ yarn
# Run the backend server
$ yarn dev
Desktop
# Clone this repository
$ git clone https://github.com/gustavosimon/spotify-clone/tree/master/desktop
# Go into the repository
$ cd spotify-clone/desktop
# Install dependencies for the frontend
$ yarn
# Run the frontend
$ yarn start
# Run the Electron
$ yarn electron
Made with love by Marcelo Boff!
Made with love by Gustavo Simon!