Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gabrieltaylor/digitalcru

A blazing fast simple CMS for websites in Elixir, Phoenix.
https://github.com/gabrieltaylor/digitalcru

Last synced: 2 months ago
JSON representation

A blazing fast simple CMS for websites in Elixir, Phoenix.

Awesome Lists containing this project

README

        

# DigitalCru

A simple CMS for portfolio websites. It has following features.

* Admin dashboard
* Can add `Slides`
* Can add `Services`
* Can add client's `Testimonials`
* Can add `Products`
* Can add `Clients`
* Can add `Articles` for blog
* Can see & reply in-app contact `Messages`

It includes following libraries.

* jQuery
* Twitter Bootstrap 4
* Fontawesome
* Slick carousel

To start your Phoenix app:

* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* Add dummy data with `mix run priv/repo/seeds.exs`
* Install Node.js dependencies with `npm install`
* Start Phoenix endpoint with `mix phoenix.server`