Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 394 Bytes

File metadata and controls

18 lines (12 loc) · 394 Bytes

inventory-application

inventory-application

Description

Inventory application made with Node.js, Express, and MongoDB.

Getting started

After cloning the repo, run:

cd inventory-application
npm install
npm run devstart

The site is now running at localhost:3000.