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

https://github.com/aye-nyeinsan/nodeblogapp

Node Project for CMS blog
https://github.com/aye-nyeinsan/nodeblogapp

docker docker-compose dockerfile express-js mangodb mongoose mvc-architecture nodejs restapi

Last synced: 2 months ago
JSON representation

Node Project for CMS blog

Awesome Lists containing this project

README

          

# NodeBlogapp
Node Project for CMS blog

## After clone my repo , you have to write this in terminal.
To run the app,run this docker command.
```
docker-compose -f docker-compose.yml up
```
## To close down the docker container
```
docker-compose -f docker-compose.yml stop
```
## To delete the docker container
```
docker-compose -f docker-compose.yml down
```