The purpose of this basic CRUD project is to demonstrate an understanding of the client-server architecture, where a React client calls an API (Next.js routes), along with an understanding of third-party platform (PlanetScale) and library (PrismaORM) integrations.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
- Make sure to include in your environment variables the
DATABASE_URL
. - The live link is available here:
production
.