A website that automatically creates a Spotify playlist with your favorite movie soundtrack, just name it!
This procedure describes how to launch the application in a development or testing environment, with client and server on the same machine.
git clone https://github.com/nicolecogo/movie-playlist
cd movie-playlist
- Install server dependencies from server directory
npm install
- Set up the environment variables in the server: copy the example
.env
file and replace variables (see instructions bellow on how to acquire necessary third party credentials)
cp example.env .env
- Launch the server
node index.js
Show instructions for setting up server environment variables
- Install client dependencies from client directory
npm install
- Set up the environment variables in the client: copy the example
.env
file and replace variables (see instructions bellow on how to acquire necessary third party credentials)
cp example.env .env
- Launch the client. A browser should open with the app. Enjoy!
npm start
Show instructions for setting up client environment variables
This website was retouched as part of a Legacy Project for a software engineering bootcamp. Several front-end tests were implemented using Jest, and some features were added to the original product, besides reestructuring and refactoring the code. The original version was idealized and developed by Pier.
Front-end
Back-end
Services (APIs and libraries)
Testing