A platform where a user can submit the incident reports by making a call to the API available to the project. API will ask a form data with attachment and description for the incident. Following with the incident an authorized user can view, download all or individual entries along with the attachment
Following are the technologies used to build this project. Few of them will get added sooner in the timeline
- NodeJS
- TypeScript
- AWS Lambda
- Azure
- Native Postgres Database
- auth0
- JWT
- Amazon S3
- Prisma
- PostgresQL
This project is using a hexagonal architecture which will have database and network interfaces.
The core logic is isolated with the interfaces.
Version-one architecture workflow diagram is as follow
This will be added sooner once the database setup has been done
To ensure security for the application, we have used auth0 service and apparently with JWT. Following will be process of the authentication