PythonBulawayo/ChitChat

Add posts functionality

Open

#8 opened on Sep 17, 2023

 (1 comment) (0 reactions) (1 assignee)TypeScript (24 forks)auto 404
backendenhancementgood first issue

Repository metrics

Stars
 (25 stars)
PR merge metrics
 (PR metrics pending)

Description

A social site is no good without the ability to create posts. Add functionality to allow users to create new posts that their followers can view.

  • Create new post endpoint
  • Create post list endpoint
  • Create single post detail endpoint
  • Create post delete endpoint
  • Create unit tests for all the above

This functionality is related to #5

Contributor guide