GithubHelp home page GithubHelp logo

kyleknap / chalice-trivia Goto Github PK

View Code? Open in Web Editor NEW
23.0 5.0 9.0 65 KB

A trivia application powered by chalice

License: Apache License 2.0

Python 12.44% JavaScript 83.91% HTML 3.35% CSS 0.30%

chalice-trivia's Introduction

Chalice Trivia

This is a trivia application powered by chalice. You can find a deployed version of the application here. You can also watch the following EuroPython talk I gave about Chalice where I use this application as the main talking point. To learn more about Chalice, please refer to its documentation.

Repository Structure

The repository is broken into three components:

  • Chalice application: This consists of the following components that run the backend of the application:
    • app.py: Contains core logic of application
    • requirements.txt: Declares dependencies for application
    • chalicelib directory: Contains helper modules for the application
    • .chalice directory: Contains various files for configuring the application.
  • ui directory: This is the source code that powers the frontend of the application. The frontend is a single page web application that utilizes React.
  • scripts directory: Contains scripts useful for managing the application. Current scripts include:
    • add-questions: A script that adds questions to the DynamoDB table
    • delete-users: A script for deleting all users from the Cognito user pool. Note: This script needs to be generalized more for general consumption. It only works right now on the deployed application linked in the beginning of the README.

chalice-trivia's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

chalice-trivia's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.