Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 755 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 755 Bytes

README

The backend connected to the threadtalk repository.

API Endpoints

The backend provides various API endpoints for the frontend to interact with. Here are some of the main endpoints:

  • /posts: CRUD operations for posts.
  • /tags: CRUD operations for tags.
  • /users: CRUD operations for users.
  • /comments: CRUD operations for comments.
  • /favorites: Create and delete favorite posts.
  • /logged_in: Check if a user is logged in.
  • /search: Search for posts by tags.
  • /current_user_data: Get data for the currently logged-in user.

Deployment

The backend has been deployed on Render.

Please refer to the frontend repository for more details.