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.
- View and manage MongoDB collections
To get started with this project, follow these steps:
git clone https://github.com/yourusername/mongodb-admin.git
cd mongodb-adminnpm installCreate a .env file in the root of your project directory and add the following configurations:
# .env.example
MONGODB_URI=mongodb://localhost:27017Make sure to replace the values with your actual MongoDB URI and any other environment-specific configurations.
npm run devThis will start the development server at http://localhost:3000.
- 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.
For contributing to this project, follow the setup steps, and feel free to create pull requests for bug fixes or new features.