gothinkster/elixir-phoenix-realworld-example-app

Name: elixir-phoenix-realworld-example-app

Owner: Thinkster

Description: Exemplary real world application built with Elixir + Phoenix

Created: 2017-11-15 19:11:13.0

Updated: 2018-05-20 20:25:43.0

Pushed: 2018-05-19 20:35:27.0

Homepage: https://realworld.io

Size: 263

Language: Elixir

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

RealWorld Example App

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 backend 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.

Installing / Getting started

To run this project, you will need to install the following dependencies on your system:

To get started, run the following commands in your project folder:

onfig/dev.exs.example config/dev.exs  # creates the project's configuration file
deps.get  # installs the dependencies
ecto.create  # creates the database.
ecto.migrate  # run the database migrations.
phx.server  # run the application.
Tests

To run the tests for this project, simply run in your terminal:

test
Documentation

To generate the documentation, your can run in your terminal:

docs

This will generate a doc/ directory with a documentation in HTML. To view the documentation, open the index.html file in the generated directory.

Style guide

This project uses mix format. You can find the configuration file for the formatter in the .formatter.ext file.

Licensing

MIT © Ezinwa Okpoechi


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.