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

Demo

https://book-app-next-ts.vercel.app

Concepts

  • Routing with App router
  • API Routes: Static Routes, Dynamic Routes, Omit Route Path Segments
    • Shared common data object in all routes (=fake database)
  • Authentication using Auth Routes and JWT / Jose

Getting Started

npm run dev

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.