an app where user can sign-up, sign-in, fetch music mark favorite artists, songs, create playlists and more!
- bcypt-nodejs
- body-parser
- connect-flash
- connect-mongo
- cookie-parser
- crypto
- ejs
- express
- express-ejs-layouts
- express-flash-messages
- express-session
- flash
- mongoose
- nodemon
- passport
- passport-github
- passport-google-oauth
- passport-jwt
- passport-local
- request
- unirest
- clone https://github.com/1709abhishek/la-musique
- cd la-musique
- run nodemon index.js
- open postman and visit api routes
- sign-in,sign-up,google,github auth,sign-out,playlists,queues,add favorites, save preferences, show trending.
---- made apis for frontend ---- added google login used apis (can be counted as innovation, although i was making search bar, left some code due to time constraint) ---- wamt to make search work and add debouncing and throttling concept ---- added ajax also if that counts