fs-auth-js
v1.0.21
Published
- `Hapi (v20)` -- https://hapi.dev/
Downloads
32
Maintainers
Readme
FS Auth
Framework
Hapi (v20)
-- https://hapi.dev/
Database & Schema Management
Type ORM
-- https://typeorm.io/#/
Environment File Config (.env
)
- For database connection set following variable inside
.env
file --DB_HOST
--DB_USERNAME
--DB_PASSWORD
--DB_NAME
Commands
build
-- Using Webpack build the framework for deploymentdev
-- For running application indev mode
usingnodemon
test
-- Running test cases using Jest
Testing
Jest
-- https://jestjs.io/