module
Version:
v0.0.0-...-c0fd82f
Opens a new window with list of versions in this module.
Published: May 4, 2024
License: MIT
Opens a new window with license information.
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
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
¶
|
|
|
internal
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.