Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 435 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 435 Bytes

Back-end server

Pre-requisites

  • Install npm and nodeJs https://nodejs.org/

$ node --version

  • Must be npm version >= 6.x

$ npm --version

  • Must be npm version >= 12.x

  • Install required dependencies $ npm install

Run Node Server

$ npm start

File Structure

.
├── app.js
├── config
├── routes
├── controllers
├── model
├── package.json
└── package-lock.json