Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/heiso/lipo-manager


https://github.com/heiso/lipo-manager

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/heiso/lipo-manager.svg?branch=master)](https://travis-ci.org/heiso/lipo-manager)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

# Requirements and Install
## Docker
Install docker and docker-compose. If you are on MacOs, just install [Docker for Mac](https://docs.docker.com/docker-for-mac/install).

## Dependencies
```
npm i
```

# Start
Start services (mongo, postgres, redis, etc)
```
docker-compose pull
docker-compose up -d
```

Start project
```
npm start
```

# Testing
Run the stack
```
docker-compose pull
docker-compose up -d
```

Run the service
```
npm dev:test
```

Run tests
```
npm run test:local
```