Simple and Extensible Blog App built on Phoenix framework in Elixir.
- Ready to use blog engine
- Customizable templates
- Slug based routes
- Cover image for post
- Clone repository
git clone https://github.com/ramansah/cms.git
- Fetch dependencies with
cd cms && mix deps.get
- Setup database and seed data
mix ecto.setup
- Install Node.js dependencies with
cd assets && npm install
- Start Phoenix server
mix phx.server