Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 293 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 293 Bytes

This project was created with Node.js and Express

Setup

Install Packages

npm install

Start Server

npm start

The server should display "Server running on port 5000".
Open http://localhost:5000/api/supply to view it in the browser.