Welcome to GoodBuy E-Commerce! An efficient online shopping platform providing a seamless shopping experience for users.
- Product Catalog: Extensive range of products for users to explore.
- Secure Checkout: Safe and secure payment options, including Khalti and Cash on Delivery.
- User Authentication: Secure login and registration system for users.
- Order Tracking: Track the status of orders from placement to delivery.
- Responsive Design: Tailored experience across devices for optimal user experience.
- Next.js: React framework for building server-side rendered web applications.
- TypeScript: Typed superset of JavaScript for improved code quality.
- Tailwind CSS: Utility-first CSS framework for rapid UI development.
- Prisma: Modern database toolkit for TypeScript and Node.js.
- MongoDB: NoSQL database management system.
- Khalti Payment: Integration for secure online payments.
- Clone the repository:
git clone https://github.com/diwashbhattarai999/GoodBuy.git
- Install dependencies:
npm install
- Generate prisma:
npx prisma generate
- Start the server:
# if running dev server
npm run dev
# if running prod server
npm run build
npm run live
Contributions are welcome! If you'd like to contribute to the project, please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License.