Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/domnantas/wal_go
https://github.com/domnantas/wal_go
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/domnantas/wal_go
- Owner: domnantas
- Created: 2024-07-07T10:23:03.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T22:08:16.000Z (about 2 months ago)
- Last Synced: 2024-12-17T03:08:11.873Z (20 days ago)
- Language: Elixir
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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