fs-auth-js

- `Hapi (v20)` -- https://hapi.dev/

Usage no npm install needed!

<script type="module">
  import fsAuthJs from 'https://cdn.skypack.dev/fs-auth-js';
</script>

README

FS Auth

Framework

Database & Schema Management

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 deployment
  • dev -- For running application in dev mode using nodemon
  • test -- Running test cases using Jest

Testing