Skip to content

Commit 1580ea3

Browse files
authored
Updated Readme with proper links
1 parent 902ac1f commit 1580ea3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# FastAPI + GraphQL Starter
2-
A python starter project using FastAPI and GraphQL. This project leverages docker for containerization and provides the scripts to deploy to Heroku. The starter is created for and used in the <a href="/">Building Python Apps with FastAPI</a> book by <a href="https://eidanrosado.com">Eidan J. Rosado</a>.
2+
A python starter project using FastAPI and GraphQL. This project leverages docker for containerization and was the initial foundation for the complete project, <a href="https://github.com/CloudBytesCollection/sample-fastapi-graphql-book-api">sample-fastapi-graphql-book-api</a>. The starter is created for and used in the <a href="https://www.amazon.com/dp/B09Z7CSDRX">Building Serverless Python Apps Using FastAPI and AWS</a> book by <a href="https://eidanrosado.com">Eidan J. Rosado</a>.
33

44
### Running Services with Docker
55
To avoid setting up MongoDB and other such services locally, the team uses Docker. You'll need to install Docker to proceed pulling the image from the team's hub. Contact one of the team admins for access to the hub. To start peripheral services simply execute the following:
@@ -44,7 +44,7 @@ export DB_URL='mongodb://localhost:27017'
4444
export DB_NAME='fastapistarter'
4545
```
4646

47-
The main entry point is main.py, so you can start that file from command line or use whatever execution method is available from your IDE. To install the IDE to interact with GraphQL, look in the SETUP.md for GraphQL Playground installation instructions then simply open the GraphQL Playground to interact with the local server and insert the base url <em>http://127.0.0.1:8000/graph</em>. For more detailed instructions, check the wiki.
47+
The main entry point is main.py, so you can start that file from command line or use whatever execution method is available from your IDE. To install the IDE to interact with GraphQL, look in the SETUP.md for GraphQL Playground installation instructions then simply open the GraphQL Playground to interact with the local server and insert the base url <em>http://127.0.0.1:8000/graph</em>.
4848

4949
## Dev Notes
5050
### Viewing Changes

0 commit comments

Comments
 (0)