Week1 : Backend introduction
Fundamental
What is Backend? The backend is the data and infrastructure that make your application work. re...
JSON
What is JSON JSON stands for JavaScript Object Notation JSON is a text format for storing and t...
NodeJS Express
ExpressJS Express JS is a Node.js framework designed to build APIs that facilitate communication...
Params & Body
new data.json { "users": [ { "id": 1, "firstname": "Alice", ...
Exercise & Assignment
1. Change Project Structure ref: Project structure for an Express REST API when there is no "s...