An open API service indexing awesome lists of open source software.

https://github.com/byhbt/elixir-blog

The Blog Application is built base on Elixir and Phoenix Framework
https://github.com/byhbt/elixir-blog

blog elixir phoenix-framework

Last synced: about 1 month ago
JSON representation

The Blog Application is built base on Elixir and Phoenix Framework

Awesome Lists containing this project

README

          

# Elixir Blog App

Blog application is a popular example for developers to learn a new web framework. I use it to learn Elixir, Phoenix, and Ecto.

## Features

### General

- Setup CI, CD using Github Action.
- Deploy to Gigalixir.

### Phoenix

- Add factories using ExMachina.
- Extract the Schemas into separate module.

## Database design

![DB diagram](https://user-images.githubusercontent.com/948856/121792943-ed79bf00-cc24-11eb-905a-f59493bb0ec2.png)