Bonmano Coffee App is a modern web application built with Next.js 14.2, Tailwind CSS 3, Prisma, and MySQL. This project provides a seamless and responsive coffee shop experience.
- Next.js 15 - React-based framework for SSR and SSG.
- Tailwind CSS 4 - Utility-first CSS framework for rapid UI development.
- Prisma - Modern database ORM for interacting with MySQL.
- MySQL - Relational database for data persistence.
git clone https://github.com/masih-developer/bonmano-coffee-next.git
cd bonmano-coffee-next
npm install
# or
yarn install
Create a .env
file in the root directory and add the following:
DATABASE_URL="mysql://user:password@localhost:3306/bonmano_coffee"
NEXT_PUBLIC_API_URL="http://localhost:3000"
Modify the DATABASE_URL
according to your MySQL credentials.
npx prisma migrate dev --name init
npm run dev
# or
yarn dev
The app will be available at http://localhost:3000
.
- Modern UI with Tailwind CSS
- Server-side rendering & static generation with Next.js
- Database management with Prisma & MySQL
- Fully responsive design
Feel free to fork the repository and submit pull requests to improve the project.
This project is open-source and available under the MIT License.