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

https://github.com/muhammadrifat/microservice-blog


https://github.com/muhammadrifat/microservice-blog

Last synced: 9 months ago
JSON representation

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