Adding docs

On this second month of coding, as some endpoints are already working, I’ve started documenting the API using ReST and Sphinx, which has a very useful module that allows to add detailed information about every endpoint and examples, as well as different status codes that must respond. [Read More]

Combining MySQL and Jersey API

On this week I have centered my efforts on connecting MySQL to the backend, including the creation of all the required tables. Given that this system is expected to run into a container and connected with MySQL inside another container, I have also started to parametrize constants related to MySQL... [Read More]

Backend REST implementation and first tests with Docker

On this week, the project is going forward. I have started to put all the backend on a Docker container, to facilitate the deployment on the future. Once this configuration has been finished, I will be able to work more focused on the code, as I could run the application... [Read More]

First REST Server implementation

On this 7th week, I have been working on implementing the REST services that will support all the web application. I have mock documentation of each one of the services on this document. Sorry, it is in Spanish, but I use it as a guide. I plan to publish more... [Read More]

Architecture definition

On this sixth week of coding, I have focused on defining the overall architecture of the system. It has been resumed on the following image: [Read More]