Report App helps organizations to determine and secure personal and professional boundaries between employees. It helps deal with integrity violations and unwanted behavior. At the same time, it helps employees and employers to become more resilient in case they experience unwanted manners.
Link to project: https://reportaapp.onrender.com
Tech used:
One of the first thing I would optimize is the UX of how someone report with the details with what has occured in real-time. I would also work on the navigation website for easy usage. Lastly I would make it so that a reporter can upload audio file.
Utilized callback functions in the server to try and build a modular and scalable backend. Through this I learned , how to effectively simplify backend routes into independent functions
Demo Email: [email protected]
Demo password: demo12345
- Clone repo
- run
npm intall
- update DB_STRING in config/database
- update CLOUD_NAME in config/database
- update API_KEY in config/database
- update API_SECRET in config/database
- run
node app.js
- Navigate to
localhost:3000