Skip to content

Latest commit

 

History

History
64 lines (33 loc) · 1.18 KB

File metadata and controls

64 lines (33 loc) · 1.18 KB

User-Organisation Management API

The User-Organisation Management API is a robust solution designed to handle user registration, organization creation, and seamless user management across multiple organizations. It provides a flexible system where users can belong to multiple organizations and offers efficient tools for managing roles and permissions within each organization. This API is ideal for platforms that require multi-tenant user management and organization-based workflows.

Documentation

Checkout the API documentation here

Tech Stack

Server: Node.js, Express.js

Database: PostgreSQL

Test: Jest

Run Locally

Clone the project

  git clone https://github.com/AshadeSamson/UserOrganisation_Management_System.git

Go to the project directory

  cd UserOrganisation_Management_System

Install dependencies

  npm install

Start the server

  npm run start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

PORT

DB_URL

PASS

JWT

Authors