This is a Book Shop & fully functional-Ecommerce Site ๐๐
- NextJS basics like setting up project, Navigating between pages and data fetching
- NextJS advanced topics like dynamic routing, image optimization,ย SSG and SSR
- MaterialUI framework to build responsive website using custom theme, animation and carousel
- ReactJS including decomposing components, context API and hooks
- Next Connect package to build backend API
- MongoDB and Mongoose to save and retrieve data like products, orders and users
- PayPal developer api to make online payment
- Deploy web applications on servers like Vercel.
$ git clone https://github.com/MahamudM90/BOI-GHOR
$ cd boi-ghor
$ npm install
$ npm run dev
$ Open http://localhost:3000/api/seed
$ Open http://localhost:3000