An application for managing songs, albums, genres, and artists. It allows viewing, adding, updating, and deleting records through a simple and interactive interface.
Clone the repository:
git clone https://github.com/t8ne/sound808.git
Navigate to the project directory:
cd sound808
Install the dependencies:
npm install
Install nodemon
globally:
npm install -g nodemon
Run the API server with nodemon
:
nodemon server.js
To access the database, start XAMPP or MAMP and import the SQL code where the data for songs, albums, genres, and artists is stored.
Open a new terminal and go to the frontend directory:
cd frontend
Run the Svelte development server:
npm run dev
Tested and working on:
@t2ne
This project was developed as part of an academic assignment, demonstrating the construction of a web application for managing data with backend integration and API communication.