sarahdepalo / adventure-time-backend

Backend for Adventure Time Quiz App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adventure Time Personality Quiz - Backend

Check Out The Frontend Code »

This API was used to generate questions and answers for the small Adventure Time personality quiz I created in an effort to practice React + TypeScript. Below are the routes used for getting data.

BASE URL - https://adventure-time-production.up.railway.app/

Endpints

GET /questions

Returns all questions with their corresponding answers. Each answer also returns an arrray of character values which are used to determine the final character at the end of the quiz.

GET /results/:character_id

Returns a character image, name, and quiz result text.

About

Backend for Adventure Time Quiz App


Languages

Language:JavaScript 100.0%