All Projects → cesium → safira

cesium / safira

Licence: MIT license
💎 safira platform (intra 2.0)

Programming Languages

elixir
2628 projects
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
TeX
3793 projects

Projects that are alternatives of or similar to safira

querie
Compose Ecto query from the client side
Stars: ✭ 20 (-45.95%)
Mutual labels:  phoenix
artemis platform
Enterprise Ready Patterns for Elixir and Phoenix
Stars: ✭ 17 (-54.05%)
Mutual labels:  phoenix
prometheus-phoenix
Prometheus.io Phoenix instrumenter
Stars: ✭ 66 (+78.38%)
Mutual labels:  phoenix
mfpb
My Frugal PostBin
Stars: ✭ 26 (-29.73%)
Mutual labels:  phoenix
pinterest-backend
Pinterest Clone Backend in Phoenix Framework
Stars: ✭ 19 (-48.65%)
Mutual labels:  phoenix
phoenix-liveview-15m.twitter
Based on the "real-time Twitter clone in 15 minutes with LiveView and Phoenix", from Chris McCord
Stars: ✭ 40 (+8.11%)
Mutual labels:  phoenix
uncharted
No description or website provided.
Stars: ✭ 31 (-16.22%)
Mutual labels:  phoenix
broadway dashboard
Keep track of your Broadway pipelines from Phoenix LiveDashboard
Stars: ✭ 153 (+313.51%)
Mutual labels:  phoenix
pan
The podcast showcase & community / Phoenix based web application
Stars: ✭ 31 (-16.22%)
Mutual labels:  phoenix
embedchat
A growth hacking service that you can live chat with visitors on your website
Stars: ✭ 23 (-37.84%)
Mutual labels:  phoenix
dotfiles
💾 dotfiles for macOS - includes zsh, hyper key, Karabiner, and Phoenix configurations. Installation via dotbot.
Stars: ✭ 41 (+10.81%)
Mutual labels:  phoenix
elixir-auth-google-demo
⭐️ A basic example of using Google Auth in a Phoenix App.
Stars: ✭ 15 (-59.46%)
Mutual labels:  phoenix
live deck
A Real-Time Presentation Application Powered by Phoenix LiveView
Stars: ✭ 71 (+91.89%)
Mutual labels:  phoenix
ecto profiler
Project for Ecto DB profiling
Stars: ✭ 16 (-56.76%)
Mutual labels:  phoenix
contextual
🌈 Generate your Ecto contexts using this macro and eliminate boilerplate
Stars: ✭ 18 (-51.35%)
Mutual labels:  phoenix
phoenix html simplified helpers
Some helpers for phoenix html( truncate, time_ago_in_words, number_with_delimiter, url_for, current_page? )
Stars: ✭ 29 (-21.62%)
Mutual labels:  phoenix
multipong
A multiplayer Pong game using Elm, Phoenix and GenServer
Stars: ✭ 15 (-59.46%)
Mutual labels:  phoenix
phoenix-client-ssl
Set of Plugs / Lib to help with SSL Client Auth.
Stars: ✭ 18 (-51.35%)
Mutual labels:  phoenix
bouncer
Token-based authorization and session management for Phoenix (Elixir)
Stars: ✭ 27 (-27.03%)
Mutual labels:  phoenix
games
create-with-games.herokuapp.com
Stars: ✭ 17 (-54.05%)
Mutual labels:  phoenix

Safira Build Status

Endpoints

Endpoints

Documentation

Before you start, make sure you have the correct environment set. Use .env.sample as a starter (cp .env.sample .env). Fill in the correct information and then export its values (either source .env or install direnv).

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

To generate API documentation:

  • Install Aglio npm install -g aglio
  • Run the task mix doc.api DOC=1
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].