We’ll build a visual Serverless RESTful API using MongoDB and NodeJS. We will create endpoints for creating data, reading data, updating data, and deleting data. To set up a HTTP trigger simply look through the embedded library functions that Lolo provides you with.
Table of contents
Set up your MongoDB ClusterSet up your Lolo AppSetting Lolo Env VariablesSetting up the HTTP triggersConnecting to MongoDBSplit ActionsMongoDB Operations — FindAllResponding to the HTTP RequestSet Up All MongoDB OperationsOperation — FindOneOperation — CreateOneOperation — UpdateOneOperation — DeleteOneDeploy the ApplicationWhat about a Schema? Auth?Sort: