Create the API Project #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Create the API project and implement the application layer that interacts with the domain layer in order to serve all the goals of the user stories.
Decided to no longer use an API layer instead opting for a server side rendered blazer application. Would be simpler and reduce the workload. This does mean that since there will be no API that in case we are going to move to a mobile application in the future there will need to be additional work done in order to port the webapp to start using an API implementation to stay consistent. This is not an issue as the project is just a demo project and there isn't any mobile applications planed at the moment.