Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 503 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 503 Bytes

E-commerce-REST-API

A backend application for an ecommerce web application. It supports functionalities such as creating products, ordering products and making payment using paypal.

Installation

Create an env file similar to the one shown on the example;

Clone the repository

git clone https://github.com/KibetBrian/E-commerce-REST-API.git

CD into direactory and Install dependencies using yarn or npm

cd E-commerce-REST-API && yarn install

Run the application

yarn start