-
Notifications
You must be signed in to change notification settings - Fork 133
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
[Techical Writing] Detailed article on how to create REST API #298
Conversation
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
@Durgesh-Vaigandla kindly check this PR |
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.
Add Free Hosting platform aka render to deploy the API
@Durgesh-Vaigandla , I deployed the api on render. Thank you for your suggestion. |
Related Issue
#209
Description
A detailed article on how to create a REST API using Node JS and Mango DB and how to host it.
Type of PR
Screenshots / videos (if applicable)
Checklist:
Additional context:
I apologize for the late PR. I wrote a detailed article on how to create a REST-API by explaining the book catalog api project.
I used node, mongodb for this. I tested all the code for this rest api in my local machine and it works very well. As for the deployment part, I'm experimenting in platforms like render and netlify and I'm facing quite some error. So, I added only a single line about the deployment platforms in the blog. It would be really helpful for me if you suggest any deployment platforms.