C# Corner announced a new webinar on "Hands-On Building Web API using NodeJS + Express + MongoDB"
Where: Online
Prerequisites: GoToMeeting
Event URL: https://bit.ly/320mojR
Agenda:
- Creating Web API from scratch
- Adding End Points for Add, GetAll, GetById, EditById, DeleteById
- Configuration using DotEnv .env file.
- Middleware and adding middleware for logging
- Organizing files into folders (Routes, Controllers, Models, Config, etc)
- Connecting to Mongo Db.
- Testing all the five endpoints using Postman.