Blog-Website is developed using Node.js and Express.js. For storing the data, MongoDB is used. Mongoose is used to map the application data to the database.
I have not pushed the node modules folder which contains all the dependencies for the project including react itself (beacuse it is huge in size). So if you FORK or CLONE the project, then after cloning it, just type "npm install" in your terminal to install the node modules folder and install all the dependencies required for the project.