Simple CRUD app using angular and REST API
Run npm run start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run npm run backend for a dev server. The REST server will be started. /backend/db.json will be used as a databese.
Navigate to http://localhost:3000/ to review the API and query the data.