In this repository you can find an API made with express framework, for a library application.
Here you can find:
- The use of Sequelize as an ORM to communicate to a MySql database
- The use of an architectural pattern to separate services of different entities
- The use of an alternative language to the project (Python) to create scripts for report generation, accesible by the API.
There exists a front end application that uses this API in this repository