Frontend code for the Food Ordering App built with Strapi, NextJS, PostgreSQL, GraphQL and Stripe
This is a Next.js project that has been bootstrapped with create-next-app. It is a server-side rendering framework that allows for the development of fast and scalable web applications.
To install and run this Next.js project, follow these steps:
npm install -g create-next-app
<project-name> with the desired name of your project:npx create-next-app <project-name>
cd <project-name>
npm run dev
This Next.js project provides a convenient way to start building server-side rendered web applications. It includes a development server, automatic page updates, and the ability to create API routes. The installation process is straightforward and can be done in a few simple steps.