Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 327 Bytes

File metadata and controls

20 lines (13 loc) · 327 Bytes

Node-Backend

Node Express Backend Server

Installation

Use the package manager npm to install dependecies.

npm -g serverless
npm i

Rename serverless-sample.yml to serverless.yml and add your mongodb connection string in environment variable.

Run Locally

npm start