# API Tech stack

Top level technologies used in this project.

To keep language consistent throughout all 3 projects, we decided to use JS here as well. Ref

Used for type safety, and creating a contract between consumers and the the service provider that is API. Ref

For better dev experience while building an HTTP server. Ref

For dependency injection. Ref

For communicating with MySQL database. Ref

To cache response at service method level. Ref