Skip to content
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

Merged
merged 17 commits into from
May 26, 2024
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/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/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.
Loading