Skip to content

Backend for simple stackoverflow clone (project for DBMS-ll)

License

Notifications You must be signed in to change notification settings

D-Chandrahas/seg-fault-backend

Repository files navigation

Implemented Requests

  • Register
    • Login
  • create post/question with title, body & tags
    • edit the post after creating it
    • delete post
  • reply/answer to a post
    • edit reply
    • delete reply
  • view full post and replies
  • search for user by name
    • view all posts of a user
  • search for posts by tags
  • upvote post
    • downvote post
    • remove post vote
  • upvote reply
    • downvote reply
    • remove reply vote

See comments in app.py for request/response format.

About

Backend for simple stackoverflow clone (project for DBMS-ll)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published