In this blog post we are doing to build a REST API which would serve as a source of motivation for developers using NodeJS and MongoDB. API stands for "Application Programming Interface" which is a tool which allows two applications to talk to each other. These type of APIs follow the client-server model, where one program send a request and the other response with some data.
Table of contents
What's an REST API ? π€HTTP methods explainedAdding routes π£Setting up MongoDBConnecting Express app to MongoDBCreating Schema and Model πAdding more features πCleaning up the codebaseSort: