Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 2.27 KB

README.md

File metadata and controls

43 lines (29 loc) · 2.27 KB

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