Create a RESTful API from scratch
PART 1: Creating the RESTapi (see part 2)
Restful API with NodeJS, Express & Typescript [2020]
Create a RESTful API from scratch
PART 2: Connecting the RESTapi to MongoDB (see part 1) To get inspiration of how to take it further to more complex dynamic routes - see routes and controllers within his next repo: Restful API with NodeJS, Express, Typescript & Mongo / Mongoose [2020]
This link can't be embedded.
IN-DEPTH RESTful API creation
Extension to PART 1 and 2: adding for example dynamic routes
RESTful API using Node JS, MongoDB & Typescript IN-DEPTH [2022]
First ever collection into DB
You do not need to seed the db - you can add via Postman!
Add the first user to mongodb through the RestAPI with Postman