This is a full eshop custom built with Next.JS and TailwindCSS, deployed with Vercel. The data is hosted on an Atlas MongoDB cluster.
- Fully working eshop.
- Test payments can be made with PayPal (email:[email protected], password: ^W/@cY2f ) and Stripe testing cards.
- Orders placed without an account being required.
- Full backend with CRUD functions. Search and sort features are available. Access the backend with the following credentials: email: [email protected], password: 12#4ABcD
- The landing page has been created with fullPage.js. Each manufacturer appears in one section in alphabetical order. If there are more than one cars from the same manufacturer available, they can be viewed by scrolling horizontally.
- Dedicated page for each car with specifications and images.
- Emails for completed orders and password resets.
A working installation of Next.JS is required. Just clone the repository and run npm install & npm run dev:
git clone https://github.com/Gechrist/NextJs-Hypermarket-Eshop.git
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.