diff --git a/TEMPORARY_SOLUTION/404.md b/TEMPORARY_SOLUTION/404.md new file mode 100644 index 0000000..2c978b0 --- /dev/null +++ b/TEMPORARY_SOLUTION/404.md @@ -0,0 +1,7 @@ +# 404 Page + +Sorry, the page you are looking for could not be found. + +Please check the URL or go back to the [homepage](https://gabriel-logan.github.io/fakeapi/api). + + diff --git a/TEMPORARY_SOLUTION/README.md b/TEMPORARY_SOLUTION/README.md new file mode 100644 index 0000000..b26264f --- /dev/null +++ b/TEMPORARY_SOLUTION/README.md @@ -0,0 +1,11 @@ +# Welcome to FakeAPI + +This is the root directory of the FakeAPI project. Here you will find all the necessary information to understand and use this fake API. + +## Routes + - /api + - /api/:id + +## About the project + +FakeAPI is a solution for simulating a real API during software development. It allows you to create custom endpoints and define fictional responses to test and validate your application.