Create a RESTful API from scratch
PART 1: Creating the RESTapi (see part 2)
Kim Kong (whatkimkong)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: Kim Kong (whatkimkong)Restful API with NodeJS, Express, Typescript & Mongo / Mongoose [2020]
IN-DEPTH RESTful API creation
Extension to PART 1 and 2: adding for example dynamic routes
Kim Kong (whatkimkong)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!
Kim Kong (whatkimkong)Add the first user to mongodb through the RestAPI with Postman