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
- Host: GitHub
- URL: https://github.com/lohithgsk/sigma-api
- Owner: lohithgsk
- Created: 2024-07-12T14:58:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-27T12:26:03.000Z (12 months ago)
- Last Synced: 2026-01-11T11:48:28.867Z (2 months ago)
- Topics: api, flask, postman, python
- Language: Python
- Homepage: https://sigma-api-r7ao.onrender.com/
- Size: 502 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.