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 (
.dockerignoreandDockerfile) needed to generate a Docker image that contains thetopics_and_summaryand theweb_backendsubsystems. This Docker image is the one used to deploy the backend to Heroku. These files can't be moved to theweb_backendproject, because they use thetopics_and_summaryand theweb_backendprojects. Another approach would be to include thetopics_and_summaryproject as a git submodule inside theweb_backendproject, 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.