Skip to content

Commit

Permalink
[Techical Writing] Detailed article on how to create REST API (#298)
Browse files Browse the repository at this point in the history
* Added RestApi blog on homepage

* Created a new blog post on How to build rest api using node and mongodb

* Created a images folder to store the screenshots

* Modified POST Function

* Modified Update Function

* Modified delete Function

* Added content on how to test restapi locally on vscode

* Added references for github

* Added resources, deployment sections

* Formatted the html

* Minor changes

* API return screenshot is added

* modified reference link for resource

* Typo removed

* Api deployment steps are added

* URL are modified

* Resources modified, steps to create MongoDB cluster is added
  • Loading branch information
Rupa-Rd authored May 26, 2024
1 parent cef3e26 commit c669bc4
Show file tree
Hide file tree
Showing 10 changed files with 462 additions and 0 deletions.
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,25 @@ <h2 class="card-title h4">
href="./posts/github/How-to-Apply-for-GitHub-Student-Developer-Pack.html">Read more →</a>
</div>
</div>
<!-- Blog post-->
<div class="card mb-4">
<a href="./posts/technology/How-to-build-rest-api-using-node-and-mongo-db.html"><img class="card-img-top"
src="https://shorturl.at/hxiFR"
alt="RestApi" /></a>
<div class="card-body">
<div class="small text-muted">May 26, 2024</div>
<h2 class="card-title h4">
Building a RESTful API with Node.js and MongoDB: A Step-by-Step Guide
</h2>
<p class="card-text">
Learn how to create, test, and deploy your API, and discover best practices for handling routes,
authentication, and error handling. By the end of this guide, you'll be ready to build and host your own RESTful API,
empowering your applications with seamless data communication. 🚀🌐
</p>
<a class="btn btn-primary"
href="./posts/technology/How-to-build-rest-api-using-node-and-mongo-db.html">Read more →</a>
</div>
</div>
</div>
<div class="col-lg-6">
<!-- Blog post-->
Expand Down
Binary file added posts/images/Final-output.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added posts/images/api-return.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added posts/images/mongo-db-connection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added posts/images/mongodb-atlas-connection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added posts/images/mongodb-connection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added posts/images/project-details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added posts/images/render-repo-info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added posts/images/render-service.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
443 changes: 443 additions & 0 deletions posts/technology/How-to-build-rest-api-using-node-and-mongo-db.html

Large diffs are not rendered by default.

0 comments on commit c669bc4

Please sign in to comment.