This is a Next.js project bootstrapped with create-next-app
.
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.
This project uses -Next.js to create a web application to accept paymnets using stripe checkout sessions, -mongoDB to autheticate users and manage login sessions -react-redux to manage the global in app state -tailwindCSS and Material Tailwind to design the UI