Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 733 Bytes

File metadata and controls

19 lines (14 loc) · 733 Bytes

TypedRest Address Book Sample

This is a sample project for using TypedRest for TypeScript. It provides a simple REST API for storing contacts in an address book and uses SQLite for persistence.

The code is split across npm workspaces:

Usage

npm install
npm run build
npm run test
npm run start    # starts the service on http://localhost:5000