Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 774 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 774 Bytes

Infra-dashboard-service

Microservice for Infra-dashboard functionality

This microservice is responsible for providing the {purpose} functionality within the organization's system. It handles tasks related to {purpose}, such as managing user data and permissions.

Prerequisites

  • Required packages listed in requirements.txt
  • Database setup and connection details

Installation

  1. Clone this repository.
  2. Install required packages: pip install -r requirements.txt
  3. Configure database connection in config.py.

Usage

  • Run the microservice: python app.py
  • Access the microservice API at http://localhost:8000

Contributing

Contributions are welcome! Please submit pull requests.

License

This project is licensed under the MIT License.