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

https://github.com/krybc/snippsy-api

Code collecting app. NesjJS, CQRS, GraphQL, TypeORM.
https://github.com/krybc/snippsy-api

Last synced: 20 days ago
JSON representation

Code collecting app. NesjJS, CQRS, GraphQL, TypeORM.

Awesome Lists containing this project

README

        

# Snippsy API

## Description

Simple app for the code snippets collecting.

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

## Stay in touch

- Author - [Kamil Rybczyński](http://rybczynski.io)

## License

Snippsy app is [MIT licensed](LICENSE).