Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ertrzyiks/ketchup-server


https://github.com/ertrzyiks/ketchup-server

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# ketchup

## Prerequisite

- Node 6.x
- NPM 5.x
- PostgreSQL (for production)

### Development

Install dependencies

```
npm i
```

and then start the server

```
npm start
```

To run tests use:

```
npm test

# the same but in watch mode
npm run test:watch
```

To update Ava snapshots

```
npm run test:up
```

### Production

```
npm i
npm run build
NODE_ENV=production npm run start:prod
```