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

https://github.com/trasherdk/wowstash


https://github.com/trasherdk/wowstash

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# wowstash

A web wallet for noobs who can't use a CLI.

## Setup

```
# Create new database secrets
cp env-example .env
vim .env

# Setup app secrets
cp wowstash/config.{example.py,py}
vim wowstash/config.py

# Run db (postgres) and cache (redis) containers
docker-compose up -d
```