In this tutorial, we'll be using TypeScript and Docker to build a Menu Restaurant API app from scratch with Node, Express, and MongoDB. The Docker part is optional.Basically, we should be able to:retrieve all menus.retrieve one menu.create a menu.update a menu (or delete it)
1 Comment
Sort: