API Backend Configuration

Adoor

Social media of the future!

Backend

Running the Application

This is a Rails API-only application. Most responses require parameters to be passed either in the form of json or in the URL. Thus, it is recommended that the code be tested on Postman (https://www.getpostman.com/downloads/)

To check out token values: https://jwt.io/

Main Functionalities

Viewing the responses using a Json parser may be helpful. http://json.parser.online.fr/

Default URL: http://localhost:3000/api/v1/

Tips

  • erase the cookies after sign out
  • try changing the id of answers/posts/etc in case of 500 errors