Welcome to Amplifi Music Library. This platform connects music lovers with their favorite songs, playlists, and helps them discover new music. Amplifi is designed to be simple yet powerful for everyday music enthusiasts.
Technologies:
- React for the front-end stuff (the part you actually see)
- Node.js running the backend
- MySQL database hosted on Azure to store all the music info
- Discover new music based on listening preferences
- Create and share custom playlists
- Save favorite songs and albums for quick access
- Connect with other users to explore their music tastes
- User based analytics based on their streaming statitiscs.
- Customizable artist profiles with music and biographical info
- Access to listener demographics and streaming statistics
- Music catalog management
- User listening analytics
- Platform performance monitoring
To run this project locally:
- Clone or download the repository
- Install dependencies:
Note: Ensure you have Node.js installed on your system
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to http://localhost:3000
Amplifi can be easily deployed on Vercel for public access.