Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.6 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.6 KB

AMRIT - Admin Service

License: GPL v3 branch parameter

The Admin Module is a collection of tools and scripts that allow users to manage the project. It includes tools for managing users, permissions, and settings.It is the master of all branches. Admin module provides a user-friendly interface for managing your application. It includes features such as:

  • User management
  • Role management
  • Permission management

Building From Source

This microservice is built on Java, Spring boot framework and MySQL DB.

Prerequisites

  • JDK 1.8
  • Maven
  • Springboot V2
  • MySQL

Environment and setup

  1. Install dependencies mvn clean install
  2. You can copy admin_example.properties to admin_local.properties and edit the file accordingly. The file is under src/main/environment folder.
  3. Run the spring server with local configuration mvn spring-boot:run -DENV_VAR=local

Installation

This service has been tested on Wildfly as the application server. To install the admin module, follow these steps:

Usage

All the features have been exposed as REST endpoints. Refer to the SWAGGER API specification for details.

The admin module can be used to manage all aspects of your application. To access the admin module, navigate to http://localhost:3000/admin in your browser. You will be prompted to login with a valid user account. Once you have logged in, you will be able to view and manage all of the resources in your application.