Skip to content

arr199/digital-marketplace

Repository files navigation

Digital Marketplace

Your marketplace for digital assets.

Features 💡

  • Users can log in with credentials and ensure the security of their data.
  • Secure payment using services like Stripe.
  • List products for sale through a dynamic admin panel where they can create, read, update, and delete their products.
  • Enjoy a responsive design for various device screen sizes.
  • Admins can review products to ensure their integrity before the release.

Built with ⚒️

  • NextJS - The React Framework for the Web.
  • React - A JavaScript library that allows you to create user interfaces.
  • TypeScript - A strongly typed programming language that builds on JavaScript.
  • Tailwind-css - A utility-first CSS framework.
  • ExpressJS - Fast, unopinionated, minimalist web framework for Node.js
  • Payload-CMS - A headless CMS and application framework.
  • TRPC - Allows you to easily build & consume fully typesafe APIs.
  • MongoDB-Atlas - A cloud database designed to accelerate and simplify how you build with data
  • shadcn - Beautifully designed components that you can copy and paste into your apps.

Installation

  • Clone the repository
git clone https://github.com/arr199/digital-marketplace
  • Install dependencies
npm install
  • Run server
 npm run dev