Minor Project Repo
Minor Project Repository
This is a our minor project repo, made during march 2020
the project uses the MERN stack
Frontend -> React.js
Backend -> Node.js
Middileware -> Express.js
Database -> MongoDB
It is an ecommerce like website which aims to sell the tribal products and have almost all the basic functions that
an ecomm website have, the project is divided into two major sections
SRS available at: https://drive.google.com/file/d/1IqX0ZnX53CDv8mXpWkcwqnpiYSL65cCU/view?usp=sharing
1) Dashboard
1.1 Login/ Signup Screen
1.2 Product Cart
1.3 Payment Gateway
1.4 Product Wishlist
2) Shopkeeper
1.1 CRUD Operations
1.2 Product Listing
Prerequisites
1) Git installed
2) npm or yarn installed
Steps to get started with project
$ git clone https://github.com/Adarshg315/e-tribal.git
$ cd e-tribal
To start Frontend
$ cd e-tribal/frontend
$ yarn or npm i
$ yarn or npm start
this will start the project on http://localhost:3000/
To start Backend
$ cd e-tribal/backend
$ yarn or npm i
$ yarn or npm start
this will start the node server on http://localhost:5050/
To start Shopkeeper Portal
$ cd e-tribal/shopkeeper
$ yarn or npm i
$ yarn or npm start
this will start the node server on http://localhost:5050/
Some Screenshots of the Project