https://github.com/frectonz/devshops-et
A Catalog of Ethiopian Software Companies.
https://github.com/frectonz/devshops-et
catalog elixir ethiopia phoenix
Last synced: 2 months ago
JSON representation
A Catalog of Ethiopian Software Companies.
- Host: GitHub
- URL: https://github.com/frectonz/devshops-et
- Owner: frectonz
- License: mit
- Created: 2024-07-25T23:54:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-20T18:00:39.000Z (about 1 year ago)
- Last Synced: 2025-02-03T00:15:41.644Z (8 months ago)
- Topics: catalog, elixir, ethiopia, phoenix
- Language: Elixir
- Homepage: https://devshopset.onrender.com/
- Size: 10.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DevshopsEt
A Catalog of Ethiopian Software Companies.

## Run with Docker
```sh
docker pull frectonz/devshops_et
docker run -p 4000:4000 \
-e DATABASE_URL="ecto://user:password@host/database" \
-e SECRET_KEY_BASE="generate this with `mix phx.gen.secret`" \
-e AUTH_USERNAME="me" \
-e AUTH_PASSWORD="password" \
-e BOT_TOKEN="the admin telegram bot token" \
-e ADMIN_GROUP_CHAT_ID="telegram group id to send messages to" \
frectonz/devshops_et
```## Contributing
```sh
mix setup
mix phx.server
```