Narottam04 / StoreBay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 EG. abc123
PAYPAL_CLIENT_ID = ADD_YOUR_PAYPAL_CLIENT_ID

Step 4 : Run

To run the backend and frontend simultaneously

npm run dev

About

License:Apache License 2.0


Languages

Language:JavaScript 97.3%Language:Swift 1.3%Language:HTML 0.6%Language:Java 0.5%Language:CSS 0.2%Language:Ruby 0.2%