A website for a record store built using HTML5, CSS3, JavaScript, and PHP with a PostgreSQL database.
- Home page with information about the record store, featured albums, and musical event dates.
- Album details page with information about the album and artist.
- Add to favorites feature for logged-in users.
- Login page for user authentication.
- Contact page for sending messages and store contact information.
- Responsive design for desktop and iPad.
- XAMPP or any other web server.
- Web browser.
-
Clone the repository: ```sh git clone https://github.com/your_username/RecordStoreWebsite.git ```
-
Move the project folder to the
htdocsdirectory of XAMPP: ```sh mv RecordStoreWebsite /path/to/xampp/htdocs/ ``` -
Start Apache and MySQL from the XAMPP Control Panel.
-
Open phpMyAdmin (http://localhost/phpmyadmin) and create a new database.
-
Import the
database.sqlfile into the newly created database.
- Open a web browser and navigate to http://localhost/RecordStoreWebsite.
- Explore the website and use the available features.
Contributions are welcome! Please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for more information.