Questioner is a web application that allows an Administrator to add a meetup, and Users to add questions and comments. Also allowing a user to upvote and downvote a question
Create a git repo on your local machine by cloning this repo from the dashboard.
What things you need to install the software and how to install them
go to node.js website and install node
go here https://nodejs.org/en/download/
download node for your platform and install
go to the sublime text official website and download sublime
go here https://www.sublimetext.com/3
download for your platform and install
go to the chrome official website and download chrome
go here https://www.google.com/chrome/
install all the dependencies and dev dependencies in the package.json file using npm install (name of package)
go to the post man Official website and download postman
go here https://www.getpostman.com/
downoad for your platform and install
also run test writen in mocha by running the command
npm run test
The coding style used is Airbnb-base from eslint run command against any file for this styling
npx eslint code.js
deploy this on Heroku
heroku.com
Node Sublime Chrome
Jude Chinoso
This project is licensed under the MIT License - see the LICENSE.md file for details
This project was inspired by the Andela team