Cafe Management System

Built with Next.js, TypeScript, Tailwind CSS, and MongoDB, this fullstack platform streamlines cafe operations by integrating order management, inventory tracking, and automated marketing into a unified dashboard. Designed to enhance operational efficiency, boost customer satisfaction, and support business scalability.

How to Use This Cafe System

Prerequisites

Ensure you have Node.js and npm installed on your machine. You can download them from here.

Getting Started

  1. Clone the Repository:
git clone https://github.com/rendi12345678/java-cafe.git
cd java-cafe
  1. Install Dependencies:
npm install
# or
yarn install
  1. Run the Development Server:

Start the server locally to test the system.

npm run dev
# or
yarn dev
  1. Access the System:

Open http://localhost:3000 in your browser to access the application.


Live Demo: https://java-cafe-beta.vercel.app/
Source Code: https://github.com/rendivs925/java-cafe