A web application for students to submit questions to be answered during a later lecture. Questions can optionally include code snippets or tags.
- 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 installSee ROADMAP.md.
See CONTRIBUTING.md for contribution guidelines.