- Login
- email, password
- redirect to create poll
- Register
- username, email, password
- redirect to login
- All Polls
- list of all polls
- Create Poll (Auth)
- name, options
- redirect to polls results
- Vote on Poll
- select option
- redirect to results
- Poll results
- Ant design
- PostgreSQL
- Sequelize
- GraphQL
- GraphQL server
- Query Batching
- Authentication
- Subscriptions - Real time
- Pagination
- Deploying to production (Heroku)
- User
- id
- username
- password
- Poll
- id
- name
- options
- creator
- PollOption
- id
- text
- votes