Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 600 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 600 Bytes

augury

A general version of ESPN's Eliminator challenge. The frontend is made with Nextjs and urql for Graphql requests/user authentication and is styled using styled-components. The backend (written with TypeScript) uses Keystonejs as the Content Management System to store user's login credentials, tournaments they can compete in, and user's predictions in those tournaments. Images are stored using Cloudinary. Custom Graphql mutations handle updating user's predictions.

frontend: https://github.com/jeremiahfallin/augury-frontend

backend: https://github.com/jeremiahfallin/augury-backend