Skip to content

stephenoba/Flask-API-Development-and-Documentation-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trivia App

Trivia applucation based upon the Udacity API develioment amd documentation final project.

The Stack

  1. Python (Flask) Backend
  2. React Frontend

The application:

  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.

About the Stack

Backend

The backend directory contains a Flask and SQLAlchemy server. Database and database tables are defined in backend/models.py file, and the endpoints are defined in the backend/flaskr/__init__.py file, tests are written in the backend/test_flaskr.py file.

View the Backend README for more details.

Frontend

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

View the Frontend README for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 46.6%
  • JavaScript 45.9%
  • CSS 6.1%
  • HTML 1.2%
  • Shell 0.2%