https://github.com/muhammadrifat/microservice-blog
https://github.com/muhammadrifat/microservice-blog
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/muhammadrifat/microservice-blog
- Owner: MuhammadRifat
- Created: 2024-06-15T18:17:34.000Z (about 2 years ago)
- Default Branch: user
- Last Pushed: 2025-02-06T05:16:42.000Z (over 1 year ago)
- Last Synced: 2025-02-06T06:25:26.036Z (over 1 year ago)
- Language: JavaScript
- Size: 1.75 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microservice Blog
### Api Gateway:
https://github.com/MuhammadRifat/Microservice-Blog/tree/api-gateway
### User Service:
https://github.com/MuhammadRifat/Microservice-Blog/tree/user
### Blog Service:
https://github.com/MuhammadRifat/Microservice-Blog/tree/blog
### Comment Service:
https://github.com/MuhammadRifat/Microservice-Blog/tree/comment
### Like Service:
https://github.com/MuhammadRifat/Microservice-Blog/tree/like
### file Service:
https://github.com/MuhammadRifat/Microservice-Blog/tree/file
### Frontend:
https://github.com/MuhammadRifat/Microservice-Blog/tree/frontend
## Installation
```bash
$ npm install
```
## Running the app
```bash
# development
$ npm run start
# watch mode
$ npm run dev
# production mode
$ npm run prod
```
## Test
```bash
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
```