Skip to content

musonant/questioner

Repository files navigation

Questioner

Build Status Coverage Status Maintainability Test Coverage

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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

To get a development environment running on your local machine, these softwares should be installed first:

Installing

To install this project installed, follow the following steps:

On terminal, run

  • npm install to install dependencies
  • npm run start to start server OR
  • npm run start:dev to start server in development mode
  • The server should start on port 8000

To test, navigate to Postman and make a get request to localhost:8000

Running the tests

To run tests, run npm run test This would test different routes and methods to ensure that they return valid responses.

Deployment

This project is hosted on Heroku View App

Built With

  • HyperText Mark-up Language (HTML)
  • Cascade Style Sheet (CSS)
  • Javascript
  • Nodejs (With Express framework)
  • Mocha (Test Framework)
  • Chai (Assertion Library)

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published