Skip to content

khalilProg/mongodb-admin

Repository files navigation

MongoDB Admin Dashboard

This is a simple, customizable admin dashboard built using Next.js and MongoDB. It includes a modern design powered by TailwindCSS and React, with the ability to manage MongoDB collections.

Features

  • View and manage MongoDB collections

Installation

To get started with this project, follow these steps:

1. Clone the Repository

git clone https://github.com/yourusername/mongodb-admin.git
cd mongodb-admin

2. Install Dependencies

npm install

3. Create .env File

Create a .env file in the root of your project directory and add the following configurations:

# .env.example

MONGODB_URI=mongodb://localhost:27017

Make sure to replace the values with your actual MongoDB URI and any other environment-specific configurations.

4. Run the Development Server

npm run dev

This will start the development server at http://localhost:3000.

Technologies Used

  • Next.js: React framework for building server-rendered apps.
  • TailwindCSS: Utility-first CSS framework for rapid UI development.
  • MongoDB: NoSQL database for managing collections.
  • React: JavaScript library for building user interfaces.

Development

For contributing to this project, follow the setup steps, and feel free to create pull requests for bug fixes or new features.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors