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

https://github.com/roluochke/medium-api

Medium Clone API build with NestJs
https://github.com/roluochke/medium-api

nestjs nodejs postgresql typeorm typerscript

Last synced: 10 months ago
JSON representation

Medium Clone API build with NestJs

Awesome Lists containing this project

README

          

# Medium Clone API

An API build using the NestJS framework.

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov
```