Port of PyOverlander in Elixir. Never used in production, probably doesn't even work.
Find a file
2022-08-07 09:30:59 -07:00
assets Initial commit 2022-02-21 01:20:27 -05:00
config fix to save uuid as text in users db, add weather API. 2022-08-07 09:30:59 -07:00
lib fix to save uuid as text in users db, add weather API. 2022-08-07 09:30:59 -07:00
priv Added Phoenix CRUD calls 2022-02-21 22:23:41 -05:00
test Added Phoenix CRUD calls 2022-02-21 22:23:41 -05:00
.formatter.exs Dynamic repo set up complete 2022-02-21 14:23:04 -05:00
.gitignore Initial commit 2022-02-21 01:20:27 -05:00
mix.exs fix to save uuid as text in users db, add weather API. 2022-08-07 09:30:59 -07:00
mix.lock fix to save uuid as text in users db, add weather API. 2022-08-07 09:30:59 -07:00
README.md Initial commit 2022-02-21 01:20:27 -05:00
shell.nix fix to save uuid as text in users db, add weather API. 2022-08-07 09:30:59 -07:00

SqliteScale

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