Sign inSign up

andrzejtrzaska/bugzilla_api

By andrzejtrzaska

Updated about 4 years ago

https://github.com/atrzaska/bugzilla_api

Image
0

73

andrzejtrzaska/bugzilla_api repository overview

Welcome to Bugzilla API

This project is a dummy Node.js API for Bugzilla Vue SPA https://github.com/atrzaska/bugzilla_vue.

It doesn't use a database. Everything is stored in memory for now.

Endpoints

  • login
  • register
  • password reset
  • forgot password
  • resend confirmation email
  • refresh access token
  • REST API for projects
  • REST API for stories
  • REST API for comments
  • REST API for tasks
  • REST API for members

Functionalities

  • JWT access token + refresh token in HttpOnly cookie
  • authentication
  • authorization
  • Pagination
  • Sorting
  • Filtering
  • returning only selected fields
  • Yup validation
  • bcrypt password hashing
  • activerecord like API for fetching data from memory
  • factory for creating dummy data in memory

Tag summary

Content type

Image

Digest

Size

53.9 MB

Last updated

about 4 years ago

docker pull andrzejtrzaska/bugzilla_api