/stackoverflowlite-api

The Backend to the StackOverflow-Lite UI

StackOverflow-Lite API

The Backend to the StackOverflow-Lite UI

What the API Aims to Achieves

  • Register a User to the site
  • Login a User to the site
  • Fetch all Questions posted by a user on the site
  • Fetch a Specific Question posted by a user on the site
  • Post a Question on the site
  • Delete a Question on the site
  • Post an Answer to a Question on the site
  • Mark an Answer as Accepted or Update an Answer on the site