-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
65fab09
commit 8ade63a
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |