forked from typicode/demo
-
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
Showing
1 changed file
with
6 additions
and
4 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 |
---|---|---|
@@ -1,17 +1,19 @@ | ||
# Demo | ||
|
||
A demo repository for [My JSON Server](https://my-json-server.typicode.com) (alpha) | ||
> A demo repository for [My JSON Server](https://my-json-server.typicode.com) service (alpha) | ||
_Even though it's in alpha, you can start using it if you want. Feedback is welcome :)_ | ||
My JSON Server lets you have an online REST server for you or your team :sparkling_heart: | ||
|
||
### Try it | ||
|
||
[https://my-json-server.typicode.com/__typicode/demo__](https://my-json-server.typicode.com/typicode/demo) | ||
|
||
### Get your own | ||
### Get your own online fake server | ||
|
||
Fork this project or create a [`db.json`](db.json) file in a repository or , then simply visit: | ||
Simply __fork__ this project or __create a [`db.json`](db.json)__ file in a repository then visit: | ||
|
||
``` | ||
https://my-json-server.typicode.com/<your-username>/<your-repo> | ||
``` | ||
|
||
Nothing else to do! :) |