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.
Ensure you have Node.js and npm installed on your machine. You can download them from here.
- Clone the Repository:
git clone https://github.com/rendi12345678/java-cafe.git
cd java-cafe
- Install Dependencies:
npm install
# or
yarn install
- Run the Development Server:
Start the server locally to test the system.
npm run dev
# or
yarn dev
- 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