This repository is a showcase to demonstarte my dev ops skill by deploying full stack web application from Udemy course provided from Brad Traversy.
** Depolyment Process **
- Build docker image of DevConnector 2.0 locally
- Push the image to ECR
- Fetch image from ECR inside EC2 instance
- Run container of the image in EC2 instance
Access DevConnector 2.0 running in the EC2 instance through http://54.172.84.247:3000/
This diagram is to visualize the depolyment process above.
This is a MERN stack application from the "MERN Stack Front To Back" course on Udemy. It is a small social network app that includes authentication, profiles and forum posts.
{
"mongoURI": "<your_mongoDB_Atlas_uri_with_credentials>",
"jwtSecret": "secret",
"githubToken": "<yoursecrectaccesstoken>"
}
npm install
cd client
npm install
npm run dev
cd client
npm run build
Brad Traversy Traversy Media
2.0.0
This project is licensed under the MIT License