Skip to content
This repository was archived by the owner on Jun 9, 2024. It is now read-only.

Latest commit

 

History

History
121 lines (99 loc) · 4.62 KB

README.md

File metadata and controls

121 lines (99 loc) · 4.62 KB

Node.js User Management Service

This repository is ARCHIVED

About

REST API service to manage users.

Built with

Node.js TypeScript MongoDB Docker

(back to top ⬆️)

Getting started

Prerequisites

Installation

(back to top ⬆️)

Usage

(back to top ⬆️)

Roadmap

  • ✅ Add C4 container diagram
  • ✅ Define database schema
    • ✅ users
    • ✅ roles
    • ✅ permissions
  • ⬜ Implement, test and document API
    • ⬜ User feature
      • ⬜ Implementation
      • ⬜ Unit testing
      • ⬜ Integration testing
    • ⬜ E2E testing
    • ⬜ Add Swagger on route /docs
  • ⬜ Add C4 deploy diagram
  • ⬜ Deploy demo

(back to top ⬆️)

Acknowledgments

(back to top ⬆️)