cybe-ums

module
v0.0.0-...-c0fd82f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 4, 2024 License: MIT

README

User management system for cybe

Development Setup

Prerequisites

Run code-sever

  cd ./cybe-ums/
  docker-compose build
  docker-compose up

If u cloned with SSH

  source .sshrc

Access the code-sever on http://localhost:8080/?folder=/ums

  • install recommended extensions or install extensions via

    code-server --install-extension <extension id>

API Reference IN PROGRESS

Get all items
  GET /api/items
Parameter Type Description
api_key string Required. Your API key
Get item
  GET /api/items/${id}
Parameter Type Description
id string Required. Id of item to fetch

Features IN PROGRESS

  • CREATE USERS
  • GET USER/S
  • DELETE USER
  • UPDATE USER

Optimizations IN PROGRESS

What optimizations did you make in your code? E.g. refactors, performance improvements, accessibility

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL