Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 743 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 743 Bytes

Store Server

An static server which retrieves a list of products in JSON format.

Getting started

Installing

  • Install node.js
  • Then run the following code line to install this application:
npm install store-server

Deployment

To deploy, enter the root folder of this server and simply run the following code line:

npm start

Built With

  • Nodemon - Used to watch files during development
  • Express - Web Framework for NodeJS
  • Body-Parser - A Node.js body parsing middleware

Authors