Skip to content

Commit

Permalink
feat: add 404 and index page
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jun 21, 2024
1 parent 65fab09 commit 8ade63a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions TEMPORARY_SOLUTION/404.md
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).


11 changes: 11 additions & 0 deletions TEMPORARY_SOLUTION/README.md
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.

0 comments on commit 8ade63a

Please sign in to comment.