Is your feature request related to a problem? Please describe.
We need to integrate algolia search to make searching articles faster.
Describe the solution you'd like:
- Create article index
- Update article index
- Remove article index
Models
None
Schemas
None
API Routes
Article CRUD Routes
| Endpoints |
HTTP Method |
Description |
Tested |
| {{APIURL}}/api/articles |
POST |
Create Article |
|
| {{APIURL}}/api/articles{{slug}} |
PUT |
Update Article |
|
| {{APIURL}}/api/articles{{slug}} |
DELETE |
Delete Article |
|
Create/Edit Functions
Edit Article routes in backend/conduit/articles/views.py
Additional context
Is your feature request related to a problem? Please describe.
We need to integrate algolia search to make searching articles faster.
Describe the solution you'd like:
Models
None
Schemas
None
API Routes
Create/Edit Functions
Additional context
backend/conduit/app.py. This should be made in the create_app function