This is a Next.js project bootstrapped with create-next-app
.
https://book-app-next-ts.vercel.app
- 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
npm run dev
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.