A web application that was build for students to submit questions to be answered during a later lecture and TownHall meetings. Questions can optionally include code snippets or tags; this feature is geared towards technical questions. The application also features social interaction for other students to up-vote on a specific question. Authentication works with GitHub, but all users must be approved by an admin before having access to the app. This web application was Built using React, Node, and MongoDB
- Product Owner: Leo Gomez
- Scrum Master: Debasish Mozumder
- Development Team Members: David Hamberlin, Paul Jaffre
The front-end must be bundled before running the application. Run npm build
to run the bundler once, or npm run dev
to have the bundler watch for changes.
To start the server, run npm start
.
- Node 6.10.0
For a complete list of dependencies, review package.json
.
From within the root directory:
npm install
See ROADMAP.md.
See CONTRIBUTING.md for contribution guidelines.