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
- Host: GitHub
- URL: https://github.com/kushanshamika/mern-stack-blog
- Owner: kushanshamika
- License: apache-2.0
- Created: 2020-07-23T10:08:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:26:52.000Z (over 3 years ago)
- Last Synced: 2025-04-23T12:53:30.715Z (about 1 year ago)
- Topics: docker, docker-compose, express, mongodb, nestjs, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 2.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MERN Stack Blog

## 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```