Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/domnantas/wal_go


https://github.com/domnantas/wal_go

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# WalGo

Interactive amateur radio (Worked All Lithuania)](https://www.qrz.lt/wal/) map with Capture The Flag elements

## Local development

```sh
# Start the database
docker-compose up -d

# Install Elixir dependencies, run migrations, seed the database, and install npm dependencies
mix setup

# Launch the Phoenix server
mix phx.server
# or
iex -S mix phx.server
```

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

## Learn more about Phoenix

* Official website: https://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Forum: https://elixirforum.com/c/phoenix-forum
* Source: https://github.com/phoenixframework/phoenix