Skip to content

A RESTful API providing CRUD functionality for managing Employees in a PostgreSQL database

Notifications You must be signed in to change notification settings

bhaeussermann/northwind-api

Repository files navigation

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

About

A RESTful API providing CRUD functionality for managing Employees in a PostgreSQL database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published