Socket
Book a DemoInstallSign in
Socket

ngrx-quiz-api

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngrx-quiz-api

Server side for ngrx-quiz - MEAN-based Open Source Quiz Platform

latest
Source
npmnpm
Version
0.0.8
Version published
Maintainers
1
Created
Source

ngrx-quiz-api

Backend for ngrx-quiz - MEAN-based Open Source Quiz Platform

ALPHA VERSION, bugs are highly possible...

Live Demo

https://rankme.pro

Features

  • heavy usage of MongoDB aggregation framework
  • JWT access tokens
  • sessions
  • social login
  • recaptcha
  • password recovery mails

Most important building blocks

Running locally for development

git clone https://github.com/pmstss/ngrx-quiz-api && cd ngrx-quiz-api
<... adjust environment variables, see src/consts/consts.ts ...>
npm install
npm run dev

Running locally without development intent

npm install ngrx-quiz-api
<... adjust environment variables, see src/consts/consts.ts ...>
./node_modules/bin/ngrx-quiz-api    

Contribution

You are kindly welcome to join to project development! Feel free to contribute by opening issues with any questions, ideas or feature requests.

TODO

  • update/fix tests. Initial (now highly outdated) version was done with swagger, oatts and chakram
  • reasonable limitations, protection from abusive usage

Author

Viachaslau Tyshkavets

License

GPLv3 license.

Keywords

quiz

FAQs

Package last updated on 18 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts