Skip to content
This repository has been archived by the owner on Jan 11, 2025. It is now read-only.
/ saman-ecommerce Public archive

"Saman" is a MERN ecosystem project built with MongoDB, Express, React, and Node.js. MongoDB manages scalable, dynamic data storage, while Express and Node.js handle backend API requests and server-side logic. React powers the frontend for an interactive, responsive user interface. The project is optimized for performance and scalability.

Notifications You must be signed in to change notification settings

RyuZinOh/saman-ecommerce

Repository files navigation

Environment Setup

Backend Environment Variables

PORT=8080
MONGO_URL=mongodb+srv://<username>:<password>@<cluster>.mongodb.net/<database>
JWT_SECRET=<your_jwt_secret>
BRAINTREE_MERCHANT=<your_braintree_merchant_id>
BRAINTREE_PUBLIC_KEY=<your_braintree_public_key>
BRAINTREE_PRIVATE_KEY=<your_braintree_private_key>

Frontend Environment Variables

REACT_APP_API_URL=http://localhost:8080

About

"Saman" is a MERN ecosystem project built with MongoDB, Express, React, and Node.js. MongoDB manages scalable, dynamic data storage, while Express and Node.js handle backend API requests and server-side logic. React powers the frontend for an interactive, responsive user interface. The project is optimized for performance and scalability.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published