A lightweight Amazon clone built with modern technologies including Next.js, Nest.js, microservices architecture, payment system, websockets and multi-database system.
# 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