Skip to content

trungthecelestial/the-access-group-reservation

Repository files navigation

The Access Group Reservation App

This is a Next.js project bootstrapped with create-next-app.

Concept

This app is built with NextJS, Prisma connected to Planetscale (optional) and uses TypeScript. Normally we would have an User table to store info of the user but here to save time I put all data under one Appointment table.

Getting Started

First, you need to create your .env from .env.sample file. The environment variable DATABASE_URL should be the connection string to your MySQL database.

Then run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Deploy on Vercel

The app can be accessed via https://the-access-group-reservation.vercel.app. The database is powered by PlanetScale.