React Todo example App with secure NoSQL API using Auth0.com
· 14 min read
In this blog post, we'll show how to develop and deploy a full-stack React Todo App with user authentication and secure database REST APIs.
In this blog post, we'll show how to develop and deploy a full-stack React Todo App with user authentication and secure database REST APIs.
API's, Microservices and JavaScript are the digital glue of the modern Internet.
This blog post shows how you can build a fast serverless API for a large data set. We'll use a 144MB file with 500K famous quotes to create an efficient NoSQL datastore using code hooks. We'll build and deploy a public serverless API to serve random quotes from the NoSQL database to clients.