Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 511 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 511 Bytes

northwind-api

A RESTful API (hosted here) — implemented in Node.js using Express — providing CRUD functionality for managing Employees in a PostgreSQL database.

Note: The API is hosted as a showcase only. You're welcome to play with it, but don't consume it in your own application. Rather clone the repo and host it locally 😊

Build

To install all required npm packages, run

npm install

Running

To start the API, run

npm start