Get your favorite items in Andromeda
- 🛠️ Complete shop built from scratch in Next.js 13
- 💻 Complete backend built with Express and MongoDB
- 💳 Using Stripe and Paypal as payment systems
- 🖥️ Login as a customer or as a Store
- 🛍️ Customers can chat in Real-Time with shops
- 🌟 Customers can track their orders
- 🛒 Users can review every item they buy
- 🔑 Authentication built from scrarch using JWT
- ✉️ Beatiful email templates
- ✅ Shops can create promotions and discount codes
- ⌨️ Custom dashboards for every shop
Node version 14.x
git clone https://github.com/DracoR22/Andromeda2
pnpm install
pnpm dev
Running commands with npm pnpm [command]
command | description |
---|---|
dev |
Starts a development instance of the app |
build |
Build project |
lint |
Check lint for project |