Adarshg315 / e-tribal

Minor Project Repo

Home Page:https://603662eb89964a204b12db7f--determined-meitner-b0c027.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

$ 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








About

Minor Project Repo

https://603662eb89964a204b12db7f--determined-meitner-b0c027.netlify.app/

License:GNU General Public License v3.0


Languages

Language:JavaScript 88.7%Language:HTML 6.4%Language:CSS 4.7%Language:Shell 0.2%