This is a lightweight backend for a First Information Report (FIR) submission system. Built with Node.js and Express.js, it allows users to fill out an FIR form, upload image files (like complaint copy & signature), and stores all submitted data locally in a JSON file.
- Backend: Node.js + Express
- Frontend: Static HTML/CSS
- File Uploads: Handled using Multer
- Data Storage: Local JSON (
fir_data.json) - Hosting: Localhost (default port 3000)
git clone https://github.com/deepika2k24/FIR_FORM.git
cd FIR_FORM/my-node-appnpm installnode server.jsServer runs at π http://localhost:3000/
