Deploying a MERN Application using MongoDB Atlas to Heroku
Table of contents
* Introduction to MERN
* Let's Start Building
* Building React App
* Creating backend
* Connect MongoDB Atlas Database
* Calling APIs on frontend
* Deploying to Heroku
* Create heroku app
* Configure package.json
* Wrap up
Introduction to MERN
In this article, I'd be building and deploying an application built with the
MERN stack to Heroku.
MERN which stands for MongoDB, Express, React and NodeJS is a popular tech stack
used in building web applications which involv
freecodecamp.org