A content management system Headless & Headful. Designed for use in the Evolving Solutions platform.
  • Elixir 88.3%
  • HTML 9.5%
  • JavaScript 2%
  • SCSS 0.2%
Find a file
2022-10-04 22:07:49 -04:00
assets Added authentication 2022-10-04 22:07:49 -04:00
config add authentication & style login form 2022-10-01 21:38:34 -04:00
lib Added authentication 2022-10-04 22:07:49 -04:00
priv add authentication & style login form 2022-10-01 21:38:34 -04:00
test add authentication & style login form 2022-10-01 21:38:34 -04:00
.formatter.exs first commit 2022-10-01 12:15:04 -04:00
.gitignore first commit 2022-10-01 12:15:04 -04:00
mix.exs add authentication & style login form 2022-10-01 21:38:34 -04:00
mix.lock add authentication & style login form 2022-10-01 21:38:34 -04:00
README.md first commit 2022-10-01 12:15:04 -04:00

EvolvingContent

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