You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Stefan Haslinger (root) 088351899e enforce token authorization 1 year ago
assets empty project + docker-compose 1 year ago
config added weather tracker json endpoint including controller, changeset and context; removed swoosh, added decimal dependency 1 year ago
lib enforce token authorization 1 year ago
priv added weather tracker json endpoint including controller, changeset and context; removed swoosh, added decimal dependency 1 year ago
test empty project + docker-compose 1 year ago
.formatter.exs empty project + docker-compose 1 year ago
.gitignore empty project + docker-compose 1 year ago
README.md empty project + docker-compose 1 year ago
docker-compose.yml bugfix: indentation level 1 year ago
grafana_dashboard.json grafana dashboard exported 1 year ago
mix.exs added weather tracker json endpoint including controller, changeset and context; removed swoosh, added decimal dependency 1 year ago
mix.lock empty project + docker-compose 1 year ago

README.md

WeatherTracker

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more