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.
Checkout the API documentation here
Server: Node.js, Express.js
Database: PostgreSQL
Test: Jest
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
To run this project, you will need to add the following environment variables to your .env file
PORT
DB_URL
PASS
JWT