/cms

A boilerplate Phoenix web app including user authentication, admin panel and image upload in Elixir.

Primary LanguageElixir

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