An open API service indexing awesome lists of open source software.

https://github.com/kushanshamika/mern-stack-blog

Basic CRUD operation application using MERN stack
https://github.com/kushanshamika/mern-stack-blog

docker docker-compose express mongodb nestjs nodejs reactjs

Last synced: 3 months ago
JSON representation

Basic CRUD operation application using MERN stack

Awesome Lists containing this project

README

          

# MERN Stack Blog

![MERN Logo](https://i.ibb.co/231yS66/mern-crop.png)

## Setup the project locally

#### Clone the Project

```git clone https://github.com/kushanshamika/mern-stack-blog.git```

#### Add the database configuration

Create a file called `.env` in the backend folder and add the following variables to it;

- DATABASE_HOST

#### Run it

> Use --build only when you run it for the first time

```docker-compose up --build```