Skip to content

cassian-bot/cassian_dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CassianDashboard

Cassian Dashboard Banner

Phoenix Dashboard for Cassian.

Table of contents

Requirements

The current requirements are:

  • Redis
  • PostgreSQL
  • Elixir (>= 1.11.3)
  • Node (>= 14.16.0)
  • npm (>= 7.11.2)

Starting up

You need to follow some steps to setup the server:

  • Install dependencies with mix deps.get.
  • Create and migrate your database with mix ecto.setup.
  • Install Node.js dependencies with npm install inside the assets directory.

And you can finally start the Phoenix server:

  • Start Phoenix endpoint with mix phx.server.

Or you can as well interactively start it with iex -S mix phx.server.

Now you can visit localhost:4000 from your browser.

About

Phoenix Dashboard for Cassian.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published