codecrafters-io / build-your-own-x

Master programming by recreating your favorite technologies from scratch.
https://codecrafters.io
315.71k stars 29.28k forks source link

Any good link to learn how to make APIs? #721

Open gmmkmtgk opened 2 years ago

gmmkmtgk commented 2 years ago

Any good link to learn how to make APIs?

dassicity commented 2 years ago

FreeCodeCamp's Python API course video

gmmkmtgk commented 2 years ago

Already done any advance course? And how to host them? How to work on big data?

camratchford commented 6 months ago

The FastAPI (Python) documentation is a good start.

https://fastapi.tiangolo.com/tutorial/

I think any modernish web framework for any somewhat popular programming language would fit the bill though.