A simple incident report management system.
- Add support for custom organizations.
- Add authorization. Currently, users can edit and delete reports they didn't create.
- Some sort of Organization moderator system.
- In the root directory of the project, run
npm install
- In the root directory of the project, run
node app.js
- Open a browser window to http://localhost:3000