Skip to content

A Full Stack RESTful web app to host a trivia game. Built using React, Python(Flask), Postgres, etc.

Notifications You must be signed in to change notification settings

abhinavsaurav/trivia_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trivia API

The Trivia app allows to hold trivia on a regular basis and created a webpage to manage the trivia app and play the game,

The application can:

  1. Display questions - both by questions and category. Questions shows the question, category and difficulty rating by default and can show/hide the answer.
  2. Delete questions.
  3. Add questions but require that it include question and answer text.
  4. Search for questions based on a text query string.
  5. Play the quiz game, randomizing either all questions or within a specific category.

Backend

The ./backend directory contains a completed Flask and SQLAlchemy server.

Frontend

The ./frontend directory contains a complete React frontend to consume the data from the Flask server. The endpoints are used to supply the data from the server to the frontend.

Pay special attention to what data the frontend is expecting from each API response to help guide how you format your API.

About

A Full Stack RESTful web app to host a trivia game. Built using React, Python(Flask), Postgres, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published