Based on: demo project for odata-v4-server.
- Uses odata-v4 server
- Uses typedServer to generate controls of model entities
- Uses SQLite3 database of Northwind (older version)
Install
$ npm install
Production
$ npm run build
$ npm start:prod
Development
To speed-up development, the nodemon
package is used to automatically rebuild and restart the server when certain files change.
Directories being watched: ./src, ./conf Extensions being watched: ts, json, config.js
$ npm install
$ npm start
- upon start,
initial.sqlite
is copied ascurrent.sqlite
file. initial.sqlite
should not be modified (!)current.sqlite
is used during runtime and can be deleted we want to reset the database
OData-Demo-Project (fork of jaystack/odata-v4-server)