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.
- Host: GitHub
- URL: https://github.com/krybc/snippsy-api
- Owner: krybc
- Created: 2020-08-02T19:04:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T01:45:06.000Z (over 2 years ago)
- Last Synced: 2025-02-15T11:28:25.536Z (2 months ago)
- Language: TypeScript
- Size: 493 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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).