https://github.com/ajthinking/ds-server
https://github.com/ajthinking/ds-server
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajthinking/ds-server
- Owner: ajthinking
- Created: 2021-05-11T18:45:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-12T07:59:32.000Z (over 4 years ago)
- Last Synced: 2025-02-11T10:47:27.551Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).