项目作者: Adarshg315

项目描述 :
Minor Project Repo
高级语言: JavaScript
项目地址: git://github.com/Adarshg315/e-tribal.git
创建时间: 2020-03-08T05:56:52Z
项目社区:https://github.com/Adarshg315/e-tribal

开源协议:GNU General Public License v3.0

下载


e-tribal Open Source Helpers

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

  1. $ git clone https://github.com/Adarshg315/e-tribal.git
  2. $ cd e-tribal
  3. To start Frontend
  4. $ cd e-tribal/frontend
  5. $ yarn or npm i
  6. $ yarn or npm start
  7. this will start the project on http://localhost:3000/
  1. To start Backend
  2. $ cd e-tribal/backend
  3. $ yarn or npm i
  4. $ yarn or npm start
  5. this will start the node server on http://localhost:5050/
  1. To start Shopkeeper Portal
  2. $ cd e-tribal/shopkeeper
  3. $ yarn or npm i
  4. $ yarn or npm start
  5. this will start the node server on http://localhost:5050/

Some Screenshots of the Project