项目作者: tamu-datathon-org

项目描述 :
Central Authentication Service for Datathon Apps (Registration, forms, etc)
高级语言: TypeScript
项目地址: git://github.com/tamu-datathon-org/gatekeeper.git
创建时间: 2020-02-11T00:24:32Z
项目社区:https://github.com/tamu-datathon-org/gatekeeper

开源协议:GNU General Public License v3.0

下载



:crossed_swords:
gatekeeper
:european_castle:


Central Authentication Service for Datathon Apps (Registration, forms, etc)

:package: Used Frameworks

:bullettrain_side: Running the app

  1. # development (you can load the site through http://localhost:4000)
  2. # Note: for local environments, uncomment easyconfig line in "src/app.module.ts". Also, go to "views/partials/head.ejs" and remove "/auth" from href if you want the CSS to load.
  3. $ npm run dev
  4. # check for lint errors
  5. $ npm run lint
  6. # attempt to fix lint errors
  7. $ npm run fix
  8. # watch mode
  9. $ npm run start:dev
  10. # production mode
  11. $ npm run start:prod

:white_check_mark: Testing

  1. # unit tests
  2. $ npm run test
  3. # end-to-end tests
  4. $ npm run test:e2e
  5. # test coverage
  6. $ npm run test:cov



Powered by Vercel