Skip to content

Latest commit

 

History

History
98 lines (83 loc) · 5.98 KB

File metadata and controls

98 lines (83 loc) · 5.98 KB

Azamon 🚀

A lightweight Amazon clone built with modern technologies including Next.js, Nest.js, microservices architecture, payment system, websockets and multi-database system.

✨ Features

NextJS Next.js Frontend

Modern React framework for server-side rendering and static generation

NestJS Nest.js Backend

Scalable server-side application architecture

🧩 Microservices

Decoupled architecture for better scalability

💳 Payment System

Secure online payments integration

🛠️ Technology Stack

📊 Databases

PostgreSQL Redis ElasticSearch

☁️ Cloud Storage

Cloudinary

🔌 Additional Technologies

RabbitMQ Stripe Tailwind CSS DaisyUI DaisyUI

🚀 Getting Started

# Clone the repository
git clone https://github.com/xorascs/azamon.git

# Install dependencies
npm install

# Start the /frontend
npm run dev

# Start the /backend
npm run start:dev