Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 551 Bytes

README.rst

File metadata and controls

38 lines (24 loc) · 551 Bytes

Node.js Backend App

A Node.js backend app using express and node-crate.

Prerequisites

Setup

Install dependencies:

cd nodejs
npm install

Run

Run the application:

npm start

Open the URL to the application:

open http://localhost:8080