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.

β€’12m read timeβ€’From kirablog.hashnode.dev
Post cover image
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 codebase

Sort: