-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add REST API example with plumber #260
Conversation
@ellieko Please deploy the app to prod and share the app link here. Also , add a README.md file and describe the project, steps for testing locally. Steps for deploying to cloud. And link relevant documentations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@neelasha23 it's currently available here: https://white-rice-0081.ploomberapp.io/__docs__/#/
but @ellieko let us know if that changes
Tested the API and it looks good, but will test again once the changes are made that we requested in the blog PR.
Refer to the other demo app readme.md for tips on formatting, the main thing is the title and description should look like:
# Title
Description
Any other instructions
* Add another linear model that takes multiple parameters * Divide the dataset into train set and test set * Edit plotting function to display actual vs. predicted length
have u deployed a new app with he updated model? @ellieko |
@neelasha23 yes! I just deployed it here: https://dry-queen-2196.ploomberapp.io/__docs__/ |
@neelasha23 @bryannho |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, awaiting review from @neelasha23
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Added example code in
examples/plumber/
for writing a RESTful API using Plumber and deploying it on Ploomber Cloudexamples/plumber/
The detailed explanation is written in ploomber.io.
📚 Documentation preview 📚: https://ploomber-doc--260.org.readthedocs.build/en/260/