You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2019. It is now read-only.
There have been (off-line) requests to make this example application slightly more realistic across the stack, by moving the data displayed out of JSON files (served by a piece of development tooling, json-server) into RDBMS tables.
Most likely choice, PostgreSQL.
Most likely this will involve creating a few tables and a way of populating them with fake data, in the "employee management system" example problem domain used here. Alternatively, if there is some kind of example RDBMS data out there that could be used, it will be possible to edit the problem domain here a bit to match.