Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 334 Bytes

File metadata and controls

10 lines (7 loc) · 334 Bytes

Node-Express-Local-API

Uses Node.js, express and JOI (for input data validation) npm dependencies to return 'courses' data

/*TO RUN THIS APPLICATION -> RUN: npm init

AFTER INSTALLATION:

RUN: 'nodemon' in terminal. Nodemon allows you to make changes to code and not have to constantly restart the Node.js server to see changes.*/