This repository hosts the source files for our mock API we'll use for the initial development of our frontend applications:
All of this is powered by My JSON Server, a free service by Typicode (also the creators of json-server
) to provide mock APIs backed by Git repositories. This repository is available in this endpoint.
This will be eventually replaced with proper backend applications, written in C# and Java respectively.
This repository is automatically synced with our frontend application repositories, which also host a copy of our mock API source in the server/
folder for local development with json-server
. See the workflow files for more information on this (also synced across repositories).
The synchronization is powered by this GitHub Action, which automatically creates pull requests on each repository with the changes available. All the commits and pull requests are done and managed by the bot account @dalbitresb12-bot, which manages multiple repositories for @dalbitresb12.