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

https://github.com/samdouble/fikasio-usernews


https://github.com/samdouble/fikasio-usernews

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# fikasio-usernews

## Development

### Running locally

```
./app dev
```

### Installing dependencies

```
./app enter
go get
```

## Production
Just push on any branch and CircleCI will deploy on AWS ECR and AWS Lambda.

### Environment variables

| Name | Required | Default | | |
|-----------------|-----------|----------|---|---|
| MONGODB_URL | Yes | | | |
| SMTP_HOST | Yes | | | |
| SMTP_PORT | Yes | | | |
| SMTP_USERNAME | Yes | | | |
| SMTP_PASSWORD | Yes | | | |