Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 493 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 493 Bytes

Content Management System

Simple and Extensible Blog App built on Phoenix framework in Elixir.

Features

  • Ready to use blog engine
  • Customizable templates
  • Slug based routes
  • Cover image for post

Get Started

  • 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