Expand file tree
/
Copy pathREADME.md
More file actions
/
README.md
File metadata and controls
50 lines (37 loc) · 1.89 KB
Edit and raw actions
Open up URL app is running on (should say when you run above command -- http://127.0.0.1:5000 for example). Navigate to http://127.0.0.1:5000/apidocs to see Swagger endpoint specs. 7. **Making changes and pushing to your fork**
After making your changes, you can push them to your forked GitHub repository. ```bash git add -u git commit -m "Your commit message" git push origin lunch-and-learn ``` ## Render.com We will be using [render.com](https://render.com) to deploy our app. Create an account there and connect your Github using the [following instructions](https://render.com/docs/github) ## Airtable As a very simple and easy to set-up DB, we will be using airtable. I'll show in the live stream how to create an API token to use in Python API requests. # first_api