Trivia-API is a full stack application to create a fun trivia game based on multiple number of categories and questions sorted into the categories. This application has these following features:
- Models based on Question and Category
- RESTful API to access the data
- Intuitive frontend, consuming the API
Trivia-API is build using Python and node.js. It uses a number of open source projects to work properly:
- Flask - Python's lightweight WSGI web application framework
- SQLAlchemy ORM - The Python SQL Toolkit and Object Relational Mapper
- ReactJS - A JavaScript library for building user interfaces
- JQuery - Javascript library to make AJAX requests simpler
- Clone the repo using the command
$ git clone https://github.com/Biswas-N/Trivia-API.git
- Move into the
backend
directory of the project and follow these instructions - And finally to view the frontend, head to
frontend
and follow these instructions