Efficiently manage your inventory with the Inventory Management App. This app, built using Next.js 13, React.js, Tailwind CSS, and MongoDB, empowers you to control, monitor the item availability and stock status in real time and make data-driven decisions.
- 📊 At-a-glance insights into current stock statistics
- 📋 Intuitive stock management with add, edit, and delete functionalities
- 🔒 Secure user authentication with NextAuth
- 🔍 Search and navigation for quick access
- ✨ Sleek and responsive design for seamless usage on all devices
-
Clone the repository:
git clone https://github.com/your-username/inventory-management-system.git
-
Install dependencies:
cd rInventory npm install
-
Set up MongoDB database and configure credentials with
.env.local
file in the root directory.MONGODB_USER=your-mongodb-connection-username MONGODB_PASSWORD=your-mongodb-connection-password
-
Start the development server
npm run dev
-
Open http://localhost:3000 with your browser to see the result.
-
You can start editing the page by modifying
app/page.js
. The page auto-updates as you edit the file. -
This project uses
next/font
to automatically optimize and load Inter, a custom Google Font.
Contributions are welcome! Whether you're fixing a bug, improving the UI, or enhancing functionality, feel free to open a pull request.
This project is licensed under the MIT License.