A simple web application for managing and querying a MongoDB database.
- User authentication with default admin credentials
- Connects to MongoDB for data storage
- Basic form interface for querying data
- Node.js
- MongoDB
- Clone the repository:
git clone https://github.com/mukul-771/Query-form.git cd Query-form - Install dependencies:
npm install
- Set up MongoDB connection:
- Create a .env file in the root directory.
- Add your MongoDB URI:
MONGODB_URI=your_mongodb_connection_string
- Start the server:
node server.js
- Open your browser and navigate to http://localhost:3000.
Username/Password: admin