This is a simple chat application build for Devops Project to learn and implement devops concepts and tools.
- Should know how to clone a github repo
- Should know how basics of mern stack
- Should know how to run docker-compose file
- Clone this repository
- Rename the .env.example to .env and fill all the enviornment variables
- In the root folder run the command
docker-compose up.
Your server will be up and running on port 8000.
This is a simple container which is built from node:19 as base image and it serves both frontend files and also host the api end points that interact with the database.