Intended Link, built in Elixir Phoenix.
Go to file
Silas dfaa328af4
get started on route for creating links, dividing steps into components
2021-08-19 22:35:12 -04:00
assets initial commit 2021-08-18 12:37:02 -04:00
config get started on route for creating links, dividing steps into components 2021-08-19 22:35:12 -04:00
lib get started on route for creating links, dividing steps into components 2021-08-19 22:35:12 -04:00
priv get started on route for creating links, dividing steps into components 2021-08-19 22:35:12 -04:00
test get started on route for creating links, dividing steps into components 2021-08-19 22:35:12 -04:00
.formatter.exs initial commit 2021-08-18 12:37:02 -04:00
.gitignore get started on route for creating links, dividing steps into components 2021-08-19 22:35:12 -04:00
.tool-versions initial commit 2021-08-18 12:37:02 -04:00
Dockerfile get started on route for creating links, dividing steps into components 2021-08-19 22:35:12 -04:00
README.md initial commit 2021-08-18 12:37:02 -04:00
deployment.yaml get started on route for creating links, dividing steps into components 2021-08-19 22:35:12 -04:00
mix.exs get started on route for creating links, dividing steps into components 2021-08-19 22:35:12 -04:00
mix.lock get started on route for creating links, dividing steps into components 2021-08-19 22:35:12 -04:00

README.md

Entendu

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 npm install inside the assets directory
  • 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