ποΈ A mini DBMS project to manage personal information using MongoDB, Node.js, and a simple web interface.
- π’ Node.js β Backend logic & server
- π MongoDB β NoSQL database for storing personal info
- π¨ HTML + CSS β Frontend structure & styling
- β¨ JavaScript β Interactive UI & API handling
- π Add, edit, and delete personal information
- π View all records in a clean UI
- π RESTful API with MongoDB integration
- π― Simple, clean, and beginner-friendly code
- Clone the repo
git clone https://github.com/Divya-Darshan/DBMS-mini-project.git
- Install dependencies:
npm install node app.js npm audit fix npm audit
- Run the server
npm start
- All in one Note : "This command won't work on Windows PowerShell"
for /f "tokens=14 delims= " %a in ('ipconfig ^| findstr "IPv4"') do (git clone https://github.com/Divya-Darshan/DBMS-mini-project.git && cd DBMS-mini-project && npm i && npm audit fix && npm audit && color 1F && cls && echo Choose weather local or host : && echo http://%a:3000 && echo http://localhost:3000 && color 07 && timeout -t 10 && start http://localhost:3000 && npm start)