kulan01 / beatstore

Website for selling beats online has admin section and regular user section. Alternative to beatstars pro page
3 stars 3 forks source link
hacktoberfest hacktoberfest-accepted hacktoberfest2023 web-development

Beatstore Empire 🎢

Welcome to Beatstore Empire, a platform designed for selling audio to clients. This project features both user and admin sides, where regular users can listen to audio files, create accounts, and make purchases. On the admin side, administrators can manage audio files, view sales data, and even write blog posts about new music releases.

πŸš€ Technologies Used

πŸ› οΈ Setting Up

To get this website up and running on your local machine, follow these steps:

  1. Install a local web server like XAMPP or MAMP.
  2. Create a folder named 'beatstore_empire' inside the 'htdocs' directory of your web server.
  3. Clone this repository or download and place the project files into the 'beatstore_empire' folder.
  4. Start the MySQL and Apache servers in your local web server.

Setting Up the Database

  1. Open a web browser and navigate to localhost/phpMyAdmin.
  2. Create a new database named db_beatstore.
  3. Click on the newly created database, then navigate to the 'Import' tab.
  4. Choose the 'db_beatstore.sql' file located in the 'MYSQL' folder of the project files and click 'Go' to import the database content.

🌐 Accessing the Website

  1. Open a web browser and enter localhost/beatstore_empire.
  2. If set up correctly, the website should open, and you'll hear audio with a webpage displayed.

πŸšͺ Logging In

Use the following credentials to access the admin side:

🀝 Contributing

Feel free to contribute to this project by creating a pull request. We welcome improvements, bug fixes, and new features to make Beatstore Empire even better!