- Express JS
- Object Js
- Knex
- pg
- Jest
cd /project
mv .env.example .env
createdb sample_db // postgres. You may need to modify knexfile.ts if using other database
yarn serve // runs development server
yarn build && yarn start // runs production serve
yarn test // runs jest
- TS compilation
- DB Connection
- Auth: Register user, Login user
- Configure Test suite
- Rest API playground
- RBAC (Role based access control)
- Graphql