Skip to content

The codebase for second project in the Full Stack Developer Nanodegree by Udacity

Notifications You must be signed in to change notification settings

Biswas-N/Trivia-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Trivia-API

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

About the Tech Stack

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

Running the Application

  1. Clone the repo using the command
    $ git clone https://github.com/Biswas-N/Trivia-API.git
    
  2. Move into the backend directory of the project and follow these instructions
  3. And finally to view the frontend, head to frontend and follow these instructions

About

The codebase for second project in the Full Stack Developer Nanodegree by Udacity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published