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

https://github.com/skoniks/secretnotes-nest


https://github.com/skoniks/secretnotes-nest

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```