A RESTful API to facilitate the reading and analysis of the list of nominees and winners in the Worst Movies category of the Golden Raspberry Awards. The application meets a series of functional and non-functional requirements to ensure efficiency, ease of use, and data integrity.
- Express
- SQLite3
- Sequelize
You just need to have make pkg and docker installed in your workspace.
Recommended to read the Makefile to see the all commands
$ make docker_build
$ make up
A prerequisite for running both tests is to have the application container running. Please follow the steps in the #setup section to have a running container.
$ make tests_unit
$ make tests_integration