Udacity project that implements an API for a trivia application
The ./backend
directory contains a complete Flask and SQLAlchemy server.
View the README.md within ./frontend for more details.
The ./frontend
directory contains a complete React frontend to consume the data from the Flask server. .