IMIsha Mehtainishamehta.hashnode.dev·Jun 21, 2023 · 5 min readIntroduction to RESTful APIWhat are REST and RESTful APIs? APIs (application programming interfaces) serve as a communication channel between two applications, allowing them to communicate and exchange pertinent data. To carry out the operation, a set of protocols are used. A ...00
IMIsha Mehtainishamehta.hashnode.dev·Jun 9, 2023 · 3 min readIntroduction to MongoDBMongoDB is an open-source NoSQL document-oriented database that is designed to hold a lot of data and provide you with a lot of flexibility when working with it. NoSQL databases are used in place of conventional relational databases. Working with siz...01I