Skip to content

sanchay9/rInventory

Repository files navigation

rInventory

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.

Features

  • 📊 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

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-username/inventory-management-system.git
  2. Install dependencies:

    cd rInventory
    npm install
  3. 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
  4. Start the development server

    npm run dev
  • Open http:https://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.

Tech Stack

Contributing

Contributions are welcome! Whether you're fixing a bug, improving the UI, or enhancing functionality, feel free to open a pull request.

License

This project is licensed under the MIT License.