Skip to content

mukul-771/Query-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Query Form

A simple web application for managing and querying a MongoDB database.

Features

  • User authentication with default admin credentials
  • Connects to MongoDB for data storage
  • Basic form interface for querying data

Getting Started

Prerequisites

  • Node.js
  • MongoDB

Installation

  1. Clone the repository:
    git clone https://github.com/mukul-771/Query-form.git
    cd Query-form
    
  2. Install dependencies:
    npm install
    
  3. Set up MongoDB connection:
  • Create a .env file in the root directory.
  • Add your MongoDB URI:
    MONGODB_URI=your_mongodb_connection_string
    

Running the Application

  1. Start the server:
    node server.js
    
  2. Open your browser and navigate to http://localhost:3000.

Default Admin Credentials

Username/Password: admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published