Share your music with friends
Make sure you have NodeJS, npm and mongoDB installed.
Once you've clonned the git repo, start an instance of mongoDB.
The API is using the default MongoDB port (mongodb://localhost:27017
). You can change it manually in the server.js
file.
Install node modules
npm install
Build Youmuu's web client
ng build
Launch Youmuu's API & Serve files
node server
Authenticate by email or with your facebook or twitter account via Auth0 and Lock. Look for youtube videos using the Youtube v3 API. Start creating, listening and sharing playlists with your friends.
- Angular 4 - The web framework used
- Bootstrap 4 Alpha - Lux's bootswatch
- NodeJS - Javascript runtime
- ExpressJS - Helps to define the server's routes
- MongooseJS - Defines models and interacts with the database