Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 598 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 598 Bytes

CRUD-app

This is a backend for CRUD app for discussion forum Demo.

Before using this backend

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.

Please refer this link:

Auto-tag Endpoint and Semantic-search Endpoint

How to use

To run it locally, simply use this command:

npm install
npm start