/talk-web-apis-from-scratch

Code of my Web APIs from Scratch talk.

Primary LanguageHTML

Talk: Web APIs from Scratch

This is a very simple example of a CRUD application using Express.js, the CRUD operations are done on a JavaScript array just for example purposes, I want to do a live code with something like this on my talk about it on #CPRO.

There's a example of webpage which sends a POST request through a form using the fetch API, the other actions I will use something like Postman.