Giter VIP home page Giter VIP logo

questioner-1's Introduction

Build StatusCoverage StatusMaintainability

Heroku Link

Click Here

Sample Tasks

Pivotal Tracker Board Stories

API Documentation

API Documentation

Project Overview

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

Questioner API Endpoints

Method Endpoint Description
GET /api/v1/meetups/upcoming Gets all meetups records
GET /api/v1/meetups/<meetup-id> Get a specific meetup record
POST /api/v1/meetups Create a meetup record
POST /api/v1/questions Create a question record
POST /api/v1/users/signup Registers a user
POST /api/v1/users/login Sign in a User
POST /api/v1/meetups/<meetup-id/rsvps> User respond to a meetup
PATCH /api/v1/questions/<questions-id>/upvote vote on a meetup question
PATCH /api/v1/questions/<questions-id/downvote vote on a meetup question

|

Setting up your system

Install python

Getting Started

Clone the repository :

git clone https://github.com/blairt001/Questioner.git

cd into the repository

Activate virtualenv: source venv/bin/activate

Install requirements.txt

pip install -r requirements.txt

Running the Application

Follow the following procedures:

export  FLASK_ENV="development"
export FLASK_APP="manage.py"
export APP_SETTINGS="development"
python manage.py runserver

Unit Testing

On the terminal execute python -m pytests

Testing API Endpoints:

Use Postman

License

MIT LICENSE

Credits

Andela

Developer

Tony B.

questioner-1's People

Contributors

blairt001 avatar

Watchers

James Cloos avatar Tev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.