# Build a Totally Serverless REST API with MongoDB Atlas

DevFeed: [Build a Totally Serverless REST API with MongoDB Atlas](<https://devfeed.tech/articles/build-a-totally-serverless-rest-api-with-mongodb-atlas-21820.md>)

Original publisher: [Read original article](<https://www.thepolyglotdeveloper.com/blog/2022/11/build-totally-serverless-rest-api-mongodb-atlas/>)

Author: Nic Raboy

Published: 2022-11-04T17:26:26Z

Content type: tutorial

Language: en

Sources: [Nic Raboy](<https://devfeed.tech/sources/nic-raboy.md>)

Topics: [MongoDB](<https://devfeed.tech/topics/mongodb.md>), [REST API](<https://devfeed.tech/topics/rest-api.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [faas](<https://devfeed.tech/tags/faas.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [mongodb](<https://devfeed.tech/tags/mongodb.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [nosql](<https://devfeed.tech/tags/nosql.md>), [rest-api](<https://devfeed.tech/tags/rest-api.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

## AI overview

This tutorial explains how to build a fully serverless REST API using a MongoDB Atlas serverless instance and Atlas HTTPS endpoints. It covers deploying and configuring the database and creating serverless API endpoints with JavaScript and Node.js.

## Source excerpt

So you want to build a REST API, but you don't want to worry about the management burden when it comes to scaling it to meet the demand of your users. Or maybe you know your API will experience more b... The post Build a Totally Serverless REST API with MongoDB Atlas appeared first on MongoDB.