ThriveIn-API-V1 is a RESTful API built using Flask for CRUD operations and machine learning model triggering. It provides functionalities for managing data with a Flask-based backend, and integrates machine learning capabilities. This is the backend application server for ThriveIn
To install the required dependencies, run:
$ pip install -r requirements.txtTo run the app just simply run the main.py
$ python main.pyTo see the documentation go to /swagger endpoint
http://localhost:8080/swagger/