A Typescript based boilerplate for HAPIJS with TypeORM & Dynamic Linting
- npm install -g yarn typescript ts-node
- yarn install
- yarn serve
- yarn build
- Compiled javascirpt files can be found in the "dist" directory
New routes can be created by creating a route_name.ts file in the src/routes directory and then adding that file in src/routes/index.ts
- Removed required ENTITY_ROOT declaration
- Support for shorthand module paths
- config/env for handling environment variables and server startup
- Added @types
- Added support for tests & coverage
- Use custom TypeOrm fork for Oracle TNS support
- Added support for Global Route Prefix