Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gabrieltaylor/digitalcru
- Owner: gabrieltaylor
- Created: 2017-02-04T22:02:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-22T21:10:17.000Z (over 8 years ago)
- Last Synced: 2024-08-02T05:12:10.258Z (6 months ago)
- Language: Elixir
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blazingly-fast - digitalcru - A blazing fast simple CMS for websites in Elixir, Phoenix. (Elixir)
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 carouselTo 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`