Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgaviria0/inlaze
https://github.com/jgaviria0/inlaze
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jgaviria0/inlaze
- Owner: JGaviria0
- Created: 2023-08-31T21:31:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-01T04:24:07.000Z (over 1 year ago)
- Last Synced: 2023-09-01T16:37:20.629Z (over 1 year ago)
- Language: TypeScript
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
```bash
$ npm install
```
## Running the app
```bash
# development
$ npm run start:dev
# production mode
$ npm run start:prod
```
## Documentation
```bash
$ npm run start
```http://localhost:3000/documentation
## Test
```bash
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
```