diff --git a/README.md b/README.md
index 9126fdb..2760e95 100644
--- a/README.md
+++ b/README.md
@@ -142,6 +142,40 @@ curl http://localhost:5000/api/songs
- 🗃 **SQLite3** – Lightweight database for storage
- 🌐 **HTML/CSS/JavaScript** – To power the frontend UI
+## ⚙️ Prerequisites
+
+Before you begin, make sure you have the following installed:
+
+- [Node.js](https://nodejs.org/) (v14 or above)
+- [npm](https://www.npmjs.com/) (comes with Node.js)
+- A code editor like [VS Code](https://code.visualstudio.com/)
+- [DB Browser for SQLite](https://sqlitebrowser.org/) (optional, for exploring `music.db`)
+
+---
+
+## 🔄 Resetting the Database
+
+- The database is stored in the file **`music.db`**.
+- To reset your data, simply delete the `music.db` file and restart the server:
+ ```bash
+ rm music.db
+ node server.js
+
+
+
+Contribute by:
+
+1.Fork this repository.
+
+2.Create a new branch (git checkout -b my-feature).
+
+3.Make your changes and commit (git commit -m "Added new feature").
+
+4.Push to your branch (git push origin my-feature).
+
+5.Open a Pull Request
+
+
## 📄 License
This project is **open-source** and free to use!