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)

9m read timeFrom dev.to
Post cover image
Table of contents
Setting upBuilding the APIDocker + Docker Compose (Optional)Conclusion
1 Comment

Sort: