Commit Graph

7 Commits

Author SHA1 Message Date
sergiotarxz 16ac140f9d Adding the first endpoint which allows to interact by http with the app.
The POST /developer endpoint is created using the openapi definition
to validate the fields. This will allow a way to create endpoints
and their doc automatically.
2022-04-01 03:45:03 +02:00
sergiotarxz d90aa43644 Finishing the documentation of already created modules. 2022-03-18 07:27:55 +01:00
sergiotarxz 1061a5168a Adding documentation from Peace::DAO::Application
Fixed some types on the Developer's DAO doc.
2022-03-18 06:54:10 +01:00
sergiotarxz ce8df4567b Adding documentation for the Peace::DAO::Developer object. 2022-03-18 01:17:25 +01:00
sergiotarxz ec313dada3 Adding a database access object for application with options
to create and fetch applications.
2022-03-16 17:05:10 +01:00
sergiotarxz 94eafe55a2 Adding more tests and fixing detected errors. 2022-03-15 17:34:14 +01:00
sergiotarxz b2758ddf96 Fixing errors in customer, adding developer.
Improving migrations, adding/fixing tests.
2022-03-15 02:45:16 +01:00