High level overview of the Internal Tools Project

Website design

Offset simple Oracle database CRUD operations such that non-technical departments can alter the database without giving them access and teaching them SQL.

Architecture design

There are two iterations of the Internal Tools Project. Both use the component front end framework, ReactJS but the back end specs changed due to which database was required during development. The first iteration used NodeJS's ExpressJS to make API calls to the MongoDB. The second iteration used the open source OracleDB, maintained by Oracle, to connect and perform CRUD operations on InfoIMAGE's Oracle SQL database.