Skip to content

Abhishek-atk/retrobeat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RetroBeat | Music Web App | Node.js

Description

RetroBeat is a music web app developed using Node.js, Express.js, and MongoDB. It boasts a visually appealing interface and exceptional functionality. Key features include a robust sign-up and login system, personalized playlists, favorites, and an efficient music library management system.

Live

Video Link🔗: https://www.linkedin.com/feed/update/urn:li:activity:7118531657283895296/

Features

  • User Authentication:

    • Secure sign-up and login system for user accounts.
    • Utilized bcrypt for password hashing.
  • Music Management:

    • Add songs to favorites.
    • Create and manage personalized playlists.
  • Search Functionality:

    • Efficient search for songs, albums, and artists based on criteria like title, genre, and popularity.

Technologies Used

  • Node.js
  • Express.js
  • MongoDB

NPM Modules

  • bcrypt: Used for password hashing.
  • Multer: Employed for file uploads.
  • JSON Web Token (JWT): Implemented for authentication and authorization.

Screenshots

Screenshot 1 Home page

Screenshot 2 Playing song Screenshot 2 Login

Live

Video Link🔗: https://www.linkedin.com/feed/update/urn:li:activity:7118531657283895296/

Installation

To run RetroBeat locally, follow these steps:

  1. Clone the repository.
  2. Navigate to the project directory.
  3. Run npm install to install dependencies.
  4. Configure environmental variables(connect me in linkedin: https://www.linkedin.com/in/abhishek-atk/ ).
  5. Run the application using npm start.