JS / React Project
Webify is a Spotify-like, user can listen to music, create playlist and download their favorite songs. The goal of this project was to learn how to use React JS / Redux
- Download code
- Open a Terminal window and go to the project folder. Then enter:
cd backend && yarn install
- While you'll wait for backend dependencies to install, download Mongodb (macos:
brew install mongodb
) - And then install Redis (macos:
brew install redis
) - When backend dependencies installation ends, open a new Terminal window and go to project folder. Then enter 'cd frontend && yarn install`
- To run Mongodb server, run
sudo mkdir -p /data/db && sudo mongodb
- To run Redis server, run
redis-server
- Once everything is installed, run backend with
yarn start
and frontend withyarn start
Corentin Redon (redon_c) - Antoine Clop (clop_a)