Questioner helps the meetup organizer prioritize questions to be answered
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
Use jest to run the tests
npm test
- 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
- HTML - The markup language used
- CSS - The style sheet used
- JS - The scripting language
- FLASK - The backend framework used
The application is hosted on github pages
Questioner
- Ogutu Brian - Initial work - Ogutu Brian