MongoDB Atlas Hackathon
Storebay: A cross-platform ecommerce application [Android, IOS, Web]
Overview of My Submission
Storebay is an E-Commerce platform. It is built on the MERN stack (MongoDB, Express, React, Node js). It has features like a custom admin panel to manage users, PayPal checkout, reviews,android and ios app and more.
Submission Category:
E-Commerce
Live Url πππ₯³
https://storebayapp.herokuapp.com/
Main Tech Stack
React - For Frontend Tailwind CSS - For Styling Node Js, Express - For Backend PayPal : For Payment MongoDB Atlas : For Database MongoDB Atlas Search : For autocomplete search functionality Capacitor Js: For converting existing web app to android and ios
Installation Guide
Step 1: Clone Github Repository
git clone https://github.com/Narottam04/StoreBay.git
Step 2: Install dependencies in backend and frontend on root of the folder
npm install
cd frontend
npm install
Step 3 : Add .env
NODE_ENV = development/production
PORT = 5000
MONGO_URI = ADD_YOUR_MONGO_URI
JWT_SECRET = ADD_PASSWORD
β¦