igorclaudino / live-twitch-rocketvotes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rocketvotes

Suggest and vote on any topics for Bootcamp Live Streams! 🚀

Todo

  • Create back-end structure;
  • Authentication (Github OAuth);
  • Store users on database;
  • Store topics on database;
  • Create web interface;
  • Add pagination and details page;
  • Create front-end topic search;
  • Contact front-end with updates;
  • Create staging area;
  • Setup CI
  • Add backend tests

Structure

User

Property name Type Description
_id ObjectId MongoDB unique ID.
githubId string Self descriptive.
email string The registered e-mail of user's GitHub account.

Topic

Property name Type Description
_id ObjectId MongoDB unique ID.
name string Topic title.
description string Topic presentation.
votes [string] A list of GitHub IDs, each being a single vote.

About


Languages

Language:JavaScript 97.7%Language:HTML 2.3%