The Fake-end API is an application that was designed for front-end developers. Why? Well, because you can create your interface and intregate with Fake-end API easly.
How you can do this? First you will need to create an account in our application, after that you will be able to create an project and inside this project you will be able to create some resources, for instance:
James is a front-end developer and need create an simple SPA that contains a list of to do (classic). In this case James will signIn in Fake-end API and will create a project called "To Do List".
Ok, after that, James will need to create a resource for their to do's. So he will create a resource called "to-do".
After James create all that, the Fake-end API will provide some end points and a secretKey that James can use, for example:
- to-do/list-all (GET METHOD)
- to-do/page (GET METHOD)
- to-do/edit/{id} (PUT METHOD)
- to-do/save (POST METHOD)
I see some business without time to create prototypes to validate some applications or freelancers that need to validate with their clients some part of an application that is not ready yet. Next to that, I saw an opportunity to improve my skills about Clean code, Clean Architecture and TDD.