This is a backend for CRUD app for discussion forum Demo.
Run the ML endpoint and change the auto_tag_ml_endpoint
and search_ml_endpoint
on the addDiscussionHandler
and searchDiscussionHandler
at /src/handler.js
with your flask application.
Auto-tag Endpoint and Semantic-search Endpoint
To run it locally, simply use this command:
npm install
npm start