Intro to Backend
Here you can find module content and assignments for the Intro to Backend module.
Week
Topic
Preparation
Assignment
Session Plan
Learning goals
Building a simple webserver
Creating simple GET endpoints to return data, including from databases
Sending requests
What is Postman
Making GET, POST AND DELETE requests to APIs using Postman
Database interaction
What is CRUD (Create, Read, Update, Delete)
CRUD vs REST
Connecting to a database using JavaScript
Executing queries (i.e. CRUD)
Last updated