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 😊
To install all required npm packages, run
npm install
To start the API, run
npm start