Go to file
Rachel Fae Fox (foxiepaws) 251b4490f3 initial commit from phx.new 2019-08-01 03:16:29 -04:00
assets initial commit from phx.new 2019-08-01 03:16:29 -04:00
config initial commit from phx.new 2019-08-01 03:16:29 -04:00
lib initial commit from phx.new 2019-08-01 03:16:29 -04:00
priv initial commit from phx.new 2019-08-01 03:16:29 -04:00
test initial commit from phx.new 2019-08-01 03:16:29 -04:00
.formatter.exs initial commit from phx.new 2019-08-01 03:16:29 -04:00
.gitignore initial commit from phx.new 2019-08-01 03:16:29 -04:00
README.md initial commit from phx.new 2019-08-01 03:16:29 -04:00
mix.exs initial commit from phx.new 2019-08-01 03:16:29 -04:00
mix.lock initial commit from phx.new 2019-08-01 03:16:29 -04:00

README.md

Charbase

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

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

Learn more