MERNa stands for MongoDB, Express, React, abd Node on Azure.
This repository serves as a template that can be used as a template to create a Node.js and Express based website hosted on Microsoft Azure.
Azure hosting notes: Select Node 18 LTS
To execute locally: git clone [[your-repository-url]] cd [[your-repository-url]] npm install express npm start