This repository groups all the content related to my Bachelor's Degree Final Project.
- The 3 subsystems of this project (Topics and Summary, Web backend and Web frontend) as git submodules (each subsystem is in it's own git repository).
- The Docker files (
.dockerignore
andDockerfile
) needed to generate a Docker image that contains thetopics_and_summary
and theweb_backend
subsystems. This Docker image is the one used to deploy the backend to Heroku. These files can't be moved to theweb_backend
project, because they use thetopics_and_summary
and theweb_backend
projects. Another approach would be to include thetopics_and_summary
project as a git submodule inside theweb_backend
project, but currently the other approach is used. - The documentation of this project (in spanish), including: the planning, analysis, design, implementation, tests, conclusions and possible extensions of this project.
- The presentation of this project (in spanish), that summarizes the documentation.