8000 GitHub - fasterydev/app-ecommerce-nextjs: FasteryShop
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fasterydev/app-ecommerce-nextjs

Repository files navigation

Image

FasteryShop

FasteryShop is a modern e-commerce platform built with cutting-edge technologies to deliver a fast, secure, and scalable shopping experience.

Technologies Used

  • Frontend: Next.js
  • Authentication and Security: Clerk
  • Backend/API: NestJS
  • External Services:
    • Fastery Nexus API: Money management and cash flow system.
    • Tracking Plus API: Package logistics and shipment tracking system.

Features

  • Secure authentication and user management with Clerk.
  • Seamless communication between frontend and backend through REST APIs.
  • Fastery Nexus integration for handling financial operations.
  • Tracking Plus integration for real-time package tracking.
  • Scalable architecture for future growth.

Getting Started

Environment Variables

Set up the following environment variables:

# Clerk
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=

# Backend API
NEXT_PUBLIC_API_URL=
0