Skip to content

SaifAlsabe/ecommerce-new

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Carbon

Carbon is an ecommerce website where you can create an account, update your profile info, add items to a shopping cart and start shopping online.

Demo

Click here for live demo.

Installation

Clone the source locally:

$ git clone https://github.com/SaifAlsabe/ecommerce-new.git
$ cd ecommerce-new

Install backend dependencies and run server:

$ cd backend
$ npm install
$ npm run dev

OR

Install backend dependencies, compile TypeScript to JavaScript and then run server:

$ cd backend
$ npm install
$ tsc
$ npm start

Install frontend dependencies and run it:

$ cd frontend
$ npm install
$ npm start

Built With

TypeScript, HTML, CSS, React, Redux, Node.js, Express, JWT and MongoDB