/Questioner

Questioner helps the meetup organizer prioritize questions to be answered

Primary LanguageJavaScript

Questioner

Questioner helps the meetup organizer prioritize questions to be answered
Build Status Coverage Status

Installation and Setup

clone the repository

git clone https://github.com/Ogutu-Brian/Questioner.git

Change directory

cd Questioner

Initalize node

npm init

Install the dependencies

npm install

Install other requirements

npm install --save-dev babel-plugin-transform-es2015-modules-commonjs   
npm i jest puppeteer faker --save-dev

Use local server to run the app

npm start

Testing

Use jest to run the tests

npm test

Features

  • A user can create account
  • A user with an account can log in
  • An admin can create a meetup
  • A user can rsvp given meetups
  • A user can ask questions about the meetup
  • A user can upvote or downvote a question
  • A user can give comments to questions

Built with

  • HTML - The markup language used
  • CSS - The style sheet used
  • JS - The scripting language
  • FLASK - The backend framework used

Hosting

The application is hosted on github pages
Questioner

Authors