Skip to content

A simple web-based FIR (First Information Report) submission form designed for registering complaints and storing data in JSON format. This project demonstrates basic form handling, data capture, and JSON structuring for beginner-friendly learning.

deepika2k24/FIR_FORM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

FIR FORM πŸ“

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.


βš™οΈ Tech Stack

  • 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)

πŸš€ Getting Started

1. Clone the Repository

git clone https://github.com/deepika2k24/FIR_FORM.git
cd FIR_FORM/my-node-app

2. Install Dependencies

npm install

3. Run the Server

node server.js

Server runs at πŸ‘‰ http://localhost:3000/

About

A simple web-based FIR (First Information Report) submission form designed for registering complaints and storing data in JSON format. This project demonstrates basic form handling, data capture, and JSON structuring for beginner-friendly learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published