Home >Web Front-end >JS Tutorial >MeetRoomly an App to Manage and book meeting rooms with ease using Next.js Prisma, Tailwind CSS, and Clerk

MeetRoomly an App to Manage and book meeting rooms with ease using Next.js Prisma, Tailwind CSS, and Clerk

Barbara Streisand
Barbara StreisandOriginal
2024-12-14 10:25:17240browse

MeetRoomly an App to Manage and book meeting rooms with ease using Next.js  Prisma, Tailwind CSS, and Clerk

MeetRoomly

MeetRoomly app built with Next.js 15, Tailwind CSS, Prisma, and Clerk. Features include user sign-up, sign-in, adding rooms, viewing reviews of rooms, and making reservations. Open to contributions during development.

Getting Started

Clone the repository: git clone https://github.com/saidMounaim/meetroomly.git
Install dependencies:

npm install

Create a .env file:

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/
WEBHOOK_SECRET=
DATABASE_URL=
CLD_CLOUD_NAME=
CLD_API_KEY=
CLD_API_SECRET=

Built With

  • Next.js 15
  • TailwindCSS
  • TypeScript
  • Shadcn/ui
  • Cloudinary
  • Clerk

Contribution

All kind of contributions are welcome, please feel free to submit pull requests.

The above is the detailed content of MeetRoomly an App to Manage and book meeting rooms with ease using Next.js Prisma, Tailwind CSS, and Clerk. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn