Elixir (Phoenix) codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
This codebase was created to demonstrate a fully fledged fullstack application built with Elixir and Phoenix including CRUD operations, authentication, routing, pagination, and more.
We've gone to great lengths to adhere to the credo community styleguides & best practices.
For more information on how to this works with other frontends/backends, head over to the RealWorld repo.
- Install phoenix as well as all the other dependencies (erlang, elixir, postgresql).
- Clone the repo.
- Run the following commands in the project directory:
mix deps.get
to install dependencies.mix ecto.create
to create the database.mix ecto.migrate
to run the database migrations.mix phx.server
to run the application.
MIT © Ezinwa Okpoechi