An open API service indexing awesome lists of open source software.

https://github.com/smile040501/node-shop-app

An E-commerce app where anyone can sell and buy products.
https://github.com/smile040501/node-shop-app

e-commerce full-stack-web-development javascript node-js rest-api web-development

Last synced: 2 months ago
JSON representation

An E-commerce app where anyone can sell and buy products.

Awesome Lists containing this project

README

          

# Shopping Cart App

An E-commerce app where you can sell your products and buy other products.

[See Live Project](https://node-shop-app001.herokuapp.com/ "Go Live")

## Table of Contents

- [Shopping Cart App](#shopping-cart-app)
- [Table of Contents](#table-of-contents)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage for Local Development](#usage-for-local-development)
- [Serving the app](#serving-the-app)
- [Serving the app with nodemon](#serving-the-app-with-nodemon)
- [License](#license)
- [Author](#author)

## Prerequisites

This project requires [NodeJS](http://nodejs.org/ "NodeJS") (version 10 or later) and [NPM](https://npmjs.org/ "NPM").

To make sure you have them available on your machine,
try running the following command.

```sh
$ npm -v
7.20.0

$ node -v
v14.17.3
```

## Installation

**BEFORE YOU INSTALL:** Please read the [Prerequisites](#prerequisites)

Start with cloning this repo on your local machine and installing dependencies

```sh
$ git clone https://github.com/Smile040501/node-shop-app.git
$ cd node-shop-app
$ npm install
```

## Usage for Local Development

Use one of the below commands and visit http://localhost:3000/

### Serving the app

```sh
$ npm start
```

### Serving the app with [nodemon](https://nodemon.io/)

```sh
$ npm run start:dev
```

# License

[MIT](LICENSE)

# Author


Mayank Singla

**Mayank Singla**

- [**GitHub**](https://github.com/Smile040501)
- [**LinkedIn**](https://www.linkedin.com/in/mayank-singla-001pt)