An open API service indexing awesome lists of open source software.

https://github.com/lohithgsk/sigma-api

API using Flask for Sigma, a comprehensive general maintenance software, to streamline and enhance maintenance operations and data management
https://github.com/lohithgsk/sigma-api

api flask postman python

Last synced: about 1 month ago
JSON representation

API using Flask for Sigma, a comprehensive general maintenance software, to streamline and enhance maintenance operations and data management

Awesome Lists containing this project

README

          

# SIGMA | General Maintanence Software | API

## API Documentation
https://documenter.getpostman.com/view/29745115/2sA3e5dnyn

## Usage

Clone the repository
```
git clone https://github.com/lohithgsk/sigma-api
```
run the following command to start the server.
```
docker-compose up --build
```
The default port is set to ``` 5001 ```, so, the API is online at ``` http://127.0.0.1:5001/ ```
It uses a local instance of MongoDB in the docker container.