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.
- Host: GitHub
- URL: https://github.com/smile040501/node-shop-app
- Owner: Smile040501
- License: mit
- Created: 2021-07-29T05:30:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-15T13:50:16.000Z (almost 5 years ago)
- Last Synced: 2025-12-07T21:03:29.726Z (7 months ago)
- Topics: e-commerce, full-stack-web-development, javascript, node-js, rest-api, web-development
- Language: JavaScript
- Homepage:
- Size: 115 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**
- [**GitHub**](https://github.com/Smile040501)
- [**LinkedIn**](https://www.linkedin.com/in/mayank-singla-001pt)