Skip to content

Crowd-source questions for a meetup. Questioner helps the meetup organizer prioritize questions to be answered.

Notifications You must be signed in to change notification settings

Hackitect/questioner

Repository files navigation

Questioner

Project Overview

Crowd-source questions for a meetup. Questioner helps the meetup organizer prioritize questions to be answered. Other users can vote on asked questions and they bubble to the top or bottom of the log.

Badges

Build Status contributions welcome GitHub pull-requests closed Coverage Status Maintainability

Endpoints to be tested

METHOD ROUTE DESCRIPTION
POST /meetup Create a meetup record
GET /meetups/<meetup_id> fetch a specific meetup record
GET /meetups/upcoming/ Fetch all upcoming meetup records
POST /questions Create a question for a specific meetup
PATCH /questions/<question_id>/upvote Upvote (increase votes by 1) a specific question.
PATCH /questions/<question-id>/downvote Downvote (decrease votes by 1) a specific question
PATCH /meetups/<meetup-id>/rsvps Respond to meetup RSVP

Heroku Link

Contributors

Charles Njenga

About

Crowd-source questions for a meetup. Questioner helps the meetup organizer prioritize questions to be answered.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published