/nextjs-order-pizza-app

Pizza ordering app using Full-stack Next.js with Redux toolkit and MongoDB. Also Paypal for payment and Cloudinary for images

Primary LanguageJavaScript

Next.js Order Pizza App

Pizza ordering app using Full-stack Next.js with Redux toolkit and MongoDB. Also Paypal for payment and Cloudinary for images

Run the development server:

npm run dev

Build for production AND generate static website into "out" folder:

npm run build

Run in production:

npm start

API Routes:

GET /api/products GET /api/products/:id GET /api/orders GET /api/orders/:id GET /api/login