adavijit / BlogMan

A Blog Web Application, specially made for open source contribution. Simple MERN (MongoDB, ExpressJs, React, Node) technology has been used
93 stars 104 forks source link

Dockerize #195

Closed lakshyajit165 closed 4 years ago

lakshyajit165 commented 4 years ago

Fixes #181

The docker and docker-compose files for both the frontend and backend have been added. The mongoDB is supposed to hosted on mongoDB Atlas, as discussed with mentors. on.

Note: A separate mongoDB Atlas cluster was used to test the application running on docker. After it ran successfully, the origin mongo url constant was put in place in the backend.

Below are the screenshots of the working application:

Screenshot from 2020-05-05 10-52-10 Screenshot from 2020-05-05 10-52-16 Screenshot from 2020-05-05 10-59-15

@PrathamDogra, @rajatmw1999, please review.