Skip to content

Commit 120d172

Browse files
authored
Merge pull request #6 from WillSams/WillSams-patch-1
Update README.md
2 parents fe4e26c + e935b3e commit 120d172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This example contains a frontend and backend:
88
- The frontend is an [Express](https://expressjs.com/) application using an MVC architecture and [Pug](https://pugjs.org/api/getting-started.html) + [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/) for view templating.
99
- The backend is a [GraphQL API](https://graphql.org) providing the ability to create, delete, and list reservatios plus available rooms for a given date range.
1010

11-
A [React/FastAPI] version of this same idea can be found [here](https://github.com/WillSams/acme-hotel-react-fastapi-tortoiseorm/) version of this same idea.
11+
React [Javascript](https://github.com/WillSams/example-js-react-with-python) and [Typescript](https://github.com/WillSams/example-ts-react-with-python) versions of this same idea are available.
1212

1313
Booked reservations are listed via the API. Each reservation request were processed in the order provided as if they were real-time requests. The following rules are observed:
1414

0 commit comments

Comments
 (0)