Let’s create our very own Harry Potter API. We’ll use Dynamo DB as our database and then Node and Express for our server. We’ll grab Harry Potter character data from an existing API and copy it over to our own Dynamo DB.
Let’s create our very own Harry Potter API. We’ll use Dynamo DB as our database and then Node and Express for our server. We’ll grab Harry Potter character data from an existing API and copy it over to our own Dynamo DB.
Along the way, we’ll talk about a few different topics.
The Source Code on Github - http://bit.ly/nodehpapi Harry Potter API - https://hp-api.herokuapp.com/
Learn how to build a REST API with Javascript in this basics tutorial. Node and Express JS provide an easy way to build RESTful services. Understanding what a REST API is along with HTTP methods and status codes is an important part of backend web development.
Express.js Tutorial: Building RESTful APIs with Node Express. nodejs tutorial with api building with get and post methods.
Learn Node.js API Masterclass with express and MongoDB: Real World Backend RESTful API For Bootcamp Directory App; HTTP Fundamentals (Req/Res Cycle, Status Codes, etc); Advanced Mongoose Queries; JWT/Cookie Authentication; Express & Mongoose Middleware (Geocoding, Auth, Error Handling, etc); API Security (NoSQL injection, XSS protection, Rate Limiting); API Documentation & Deployment
Build a GraphQL Server CRUD API in Node.js and Express Using Express-GraphQL Library Full Project
In this video we will create a simple Node Express API to handle a GET request