mirror of
https://github.com/gothinkster/realworld.git
synced 2025-12-05 19:06:05 -06:00
switch domain .build => .show
This commit is contained in:
14
README.md
14
README.md
@@ -2,7 +2,7 @@
|
||||
|
||||
<p align="center" style="margin-top: 30px;"><img src="media/stacks_hr.gif"></p>
|
||||
|
||||
### See how [_the exact same_ Medium.com clone](https://demo.realworld.build) is built using different [frontends](https://codebase.show/projects/realworld?category=frontend) and [backends](https://codebase.show/projects/realworld?category=backend)
|
||||
### See how [_the exact same_ Medium.com clone](https://demo.realworld.show) is built using different [frontends](https://codebase.show/projects/realworld?category=frontend) and [backends](https://codebase.show/projects/realworld?category=backend)
|
||||
|
||||
You can combine any frontend with any backend, because **they all adhere to the same API spec**
|
||||
|
||||
@@ -22,20 +22,20 @@ Explore them on [**CodebaseShow**](https://codebase.show/projects/realworld).
|
||||
|
||||
# Create a new implementation
|
||||
|
||||
[**Create a new implementation >>>**](https://docs.realworld.build/implementation-creation/introduction)
|
||||
[**Create a new implementation >>>**](https://docs.realworld.show/implementation-creation/introduction)
|
||||
|
||||
Or you can [view upcoming implementations (WIPs)](https://github.com/gothinkster/realworld/discussions/categories/wip-implementations).
|
||||
|
||||
# Learn more
|
||||
|
||||
- [Documentation introduction](https://docs.realworld.build/introduction/)
|
||||
- [Documentation introduction](https://docs.realworld.show/introduction/)
|
||||
- Every tutorial is built against the same [API spec](api/) to ensure modularity of every frontend & backend
|
||||
- Every frontend utilizes the same handcrafted [Bootstrap 4 theme](https://github.com/gothinkster/conduit-bootstrap-template) for identical UI/UX
|
||||
- There is a hosted version of the backend API available for public usage at [api.realworld.build](https://api.realworld.build) (with strong account isolation), no API keys are required
|
||||
- There is an angular frontend plugged to this backend available at [demo.realworld.build](https://demo.realworld.build)
|
||||
- Interested in creating a new RealWorld stack? View our [starter guide & spec](https://docs.realworld.build/implementation-creation/introduction)
|
||||
- There is a hosted version of the backend API available for public usage at [api.realworld.show](https://api.realworld.show) (with strong account isolation), no API keys are required
|
||||
- There is an angular frontend plugged to this backend available at [demo.realworld.show](https://demo.realworld.show)
|
||||
- Interested in creating a new RealWorld stack? View our [starter guide & spec](https://docs.realworld.show/implementation-creation/introduction)
|
||||
|
||||
# Active Maintainers
|
||||
|
||||
- **[c4ffein](https://github.com/c4ffein) - Maintainer** - currently maintains the [demo website](https://demo.realworld.build)
|
||||
- **[c4ffein](https://github.com/c4ffein) - Maintainer** - currently maintains the [demo website](https://demo.realworld.show)
|
||||
- **[Manuel Vila](https://github.com/mvila) - Maintainer** - creator of the [Layr framework](https://layrjs.com) and the [CodebaseShow website](https://codebase.show/)
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
],
|
||||
"servers": [
|
||||
{
|
||||
"url": "https://api.realworld.build/api"
|
||||
"url": "https://api.realworld.show/api"
|
||||
}
|
||||
],
|
||||
"paths": {
|
||||
|
||||
@@ -36,7 +36,7 @@ The **limited** branch will be more suitable if you plan to host your implementa
|
||||
## Demo API
|
||||
|
||||
This project provides you with a public hosted API to test your frontend implementations.
|
||||
Point your API requests to `https://api.realworld.build/api` and you're good to go!
|
||||
Point your API requests to `https://api.realworld.show/api` and you're good to go!
|
||||
|
||||
### API Usage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user