---
title: "Let’s learn, build and sell an API"
url: https://daily.dev/posts/let-s-learn-build-and-sell-an-api-vz70vyddi
source_url: https://medium.com/codex/lets-learn-build-and-sell-an-api-a12b0d7b4c2
type: article
source: "Community Picks"
author: "Rakesh Potnuru"
published: 2022-10-01T18:05:01.826Z
updated: 2023-12-07T12:02:45.284Z
tags: ["database", "rest-api", "mongoose", "postman"]
reading_time: 8
upvotes: 65
comments: 3
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Let’s learn, build and sell an API

**[Community Picks](https://daily.dev/sources/community)** · [@itsrakesh](https://daily.dev/itsrakesh) · 8 min read · 65 upvotes · 3 comments

## Summary

API is an intermediary between two applications and makes it possible for those two applications to communicate with each other. For example, JokeAPi, The Movie Database, Open Weather API, etc. Let’s build an API service to add, delete, edit and get your daily tasks. We need a database and a server to create anAPI service. We use MongoDB as our database and NodeJs, and ExpressJs for creating a server.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://medium.com/codex/lets-learn-build-and-sell-an-api-a12b0d7b4c2>

## Community discussion

Top comments from developers on daily.dev.

**@mrtillman** · 7 upvotes

> excellent overview on APIs. now, we need better guidance on how to go about collecting the right data. as the article briefly mentioned, data is the thing that actually gets monetized, not the APIs. the API just delivers data, but data is the most valuable part.
>
> to extend the restaurant analogy that the article discussed, I'll say that visitors come to the restaurant to get food (data), they don't come to see the waiter (the API) who delivers the food, even though the waiter is an important part of the operation. the primary thing about a restaurant (business) is the food (data).

**@ahmad88** · 1 upvotes

> Thanks Bro.

**@terrotar** · 1 upvotes

> Thanks for that ! I have a couple API's developed, and wish I had some way to be able to "open" it to people use and possible charge with the usage. Thanks A LOT !

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#database](https://daily.dev/tags/database), [#rest-api](https://daily.dev/tags/rest-api), [#mongoose](https://daily.dev/tags/mongoose), [#postman](https://daily.dev/tags/postman)

[View this post on daily.dev](https://daily.dev/posts/let-s-learn-build-and-sell-an-api-vz70vyddi)
