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

https://github.com/ajthinking/ds-server


https://github.com/ajthinking/ds-server

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Data Story - Node server

## Description

This repo supplies a server to the [ajthinking/data-story](https://github.com/ajthinking/data-story) gui.

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

## License

Nest is [MIT licensed](LICENSE).