This is a test API that uses MongoDB with Serverless architecture. It extends the MongoDB M001 example which can be found here and improves this by practices mentioned by Adnan Rahic
npm init
npm i --save-dev serverless-offline
npm i --save dotenv mongoose
For more information, please see:
Building a Serverless REST API using MongoDB by Adnan Rahic
David Francis