apitos / Trivia-API

Second Project - Udacity FSND

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Udacitrivia

Udacitrivia is website backed by restful API, allow the user to do the list below

  1. Display questions - both all questions and by category. Questions should show the question, category and difficulty rating by default and can show/hide the answer.
  2. Delete questions.
  3. Add questions and require that they 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.

All backend code follows PEP8 style guidelines.

Getting Started

To Use this project, clone it first, then follow the guide for each end, backend then frontend

Backend

The ./backend directory contains a completed Flask and SQLAlchemy server. View the README.md within ./backend for more details.
View the API within ./backend

Frontend

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

View the README.md within ./frontend for more details.

Authors

Mohammad Al-Haddad

Acknowledgements

Uadcity for providing the starter code

About

Second Project - Udacity FSND


Languages

Language:JavaScript 53.6%Language:Python 36.5%Language:CSS 5.8%Language:HTML 4.0%