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
- Host: GitHub
- URL: https://github.com/aye-nyeinsan/nodeblogapp
- Owner: aye-nyeinSan
- Created: 2021-06-26T14:23:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T14:25:33.000Z (about 2 years ago)
- Last Synced: 2025-03-11T08:50:28.297Z (over 1 year ago)
- Topics: docker, docker-compose, dockerfile, express-js, mangodb, mongoose, mvc-architecture, nodejs, restapi
- Language: EJS
- Homepage:
- Size: 202 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```