Go to file
Stefan Haslinger (root) 46c537c308 timescale running, configured post with local postgres circumvented 2022-03-21 16:50:33 +01:00
assets empty project + docker-compose 2022-03-21 16:30:39 +01:00
config timescale running, configured post with local postgres circumvented 2022-03-21 16:50:33 +01:00
lib empty project + docker-compose 2022-03-21 16:30:39 +01:00
priv empty project + docker-compose 2022-03-21 16:30:39 +01:00
test empty project + docker-compose 2022-03-21 16:30:39 +01:00
.formatter.exs empty project + docker-compose 2022-03-21 16:30:39 +01:00
.gitignore empty project + docker-compose 2022-03-21 16:30:39 +01:00
README.md empty project + docker-compose 2022-03-21 16:30:39 +01:00
docker-compose.yml timescale running, configured post with local postgres circumvented 2022-03-21 16:50:33 +01:00
mix.exs empty project + docker-compose 2022-03-21 16:30:39 +01:00
mix.lock empty project + docker-compose 2022-03-21 16:30:39 +01:00

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