This is a demo application built with express.js, typescript and tested with jest.
make sure all dependencies are installed with correct version
npm install
npm run start
npm run test
Alternatively one can run unit test or functional test separately
npx jest test/unit
npx jest test/functional
Go to http://localhost:3000/
- There are two independent databases, "demo" for website access, "test" for cli testing.
- Database will be clear and inserted with fixed sets of data whenever it is connected.