All Projects → wojtekmach → phoenix_example

wojtekmach / phoenix_example

Licence: other
An example Phoenix app with one-click deployments to different cloud services.

Programming Languages

elixir
2628 projects
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to phoenix example

elixir cluster
Distributed Elixir Cluster on Render with libcluster and Mix Releases
Stars: ✭ 15 (-75.81%)
Mutual labels:  phoenix, deployment, render
Caprover
Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids
Stars: ✭ 7,964 (+12745.16%)
Mutual labels:  heroku, digitalocean, deployment
Learn Devops
🚧 Learn the craft of "DevOps" (Developer Operations) to Deploy your App and Monitor it so it stays "Up"!
Stars: ✭ 139 (+124.19%)
Mutual labels:  heroku, digitalocean, deployment
Phoenix Chat Example
💬 A Step-by-Step Beginners Tutorial for Building, Testing & Deploying a Chat app in Phoenix 1.5.5 🚀
Stars: ✭ 452 (+629.03%)
Mutual labels:  heroku, phoenix, deployment
Django-on-Docker-with-Heroku-and-OpenCV
Deploy Django on Docker to Heroku and include OpenCV
Stars: ✭ 24 (-61.29%)
Mutual labels:  heroku, deployment
GitHub-Education-Portfolio
A portfolio made using React and tools from GitHub Student Developer Pack
Stars: ✭ 50 (-19.35%)
Mutual labels:  heroku, deployment
phx-auth-api
Authentication for Phoenix with JWT, user privileges and CI
Stars: ✭ 13 (-79.03%)
Mutual labels:  heroku, phoenix
Bootleg
Simple deployment and server automation for Elixir.
Stars: ✭ 395 (+537.1%)
Mutual labels:  phoenix, deployment
Tilex
Today I Learned
Stars: ✭ 418 (+574.19%)
Mutual labels:  heroku, phoenix
Habits
An Elixir/Phoenix app for tracking daily habits, ready to deploy to Heroku.
Stars: ✭ 55 (-11.29%)
Mutual labels:  heroku, phoenix
Paratrooper
Library for creating tasks that deploy to Heroku
Stars: ✭ 110 (+77.42%)
Mutual labels:  heroku, deployment
Rocket
Automated software delivery as fast and easy as possible 🚀
Stars: ✭ 217 (+250%)
Mutual labels:  heroku, deployment
img ai app boilerplate
An image classification app boilerplate to serve your deep learning models asap!
Stars: ✭ 27 (-56.45%)
Mutual labels:  heroku, digitalocean
Procsd
Manage your application processes in production hassle-free like Heroku CLI with Procfile and Systemd
Stars: ✭ 181 (+191.94%)
Mutual labels:  digitalocean, deployment
Papercups
Open-source live customer chat
Stars: ✭ 4,554 (+7245.16%)
Mutual labels:  heroku, phoenix
Kubernetes Digitalocean Terraform
📋 🌊 🌎 Setup a simple Kubernetes cluster in Digital Ocean using Terraform
Stars: ✭ 324 (+422.58%)
Mutual labels:  digitalocean, deployment
go-gin-web-server
Deploy Go Gin on Render
Stars: ✭ 23 (-62.9%)
Mutual labels:  deployment, render
react-phoenix-users-boilerplate
Elixir/Phoenix + React + users template/boilerplate.
Stars: ✭ 71 (+14.52%)
Mutual labels:  heroku, phoenix
Up
Up focuses on deploying "vanilla" HTTP servers so there's nothing new to learn, just develop with your favorite existing frameworks such as Express, Koa, Django, Golang net/http or others.
Stars: ✭ 8,439 (+13511.29%)
Mutual labels:  heroku, deployment
django-quick-start
Deploy a Django app on Render
Stars: ✭ 17 (-72.58%)
Mutual labels:  deployment, render

PhoenixExample

An example Phoenix app with one-click deployments to different cloud services.

Deployment

Heroku

Diff

Deploy to Heroku

DigitalOcean

Diff

Deploy to DigitalOcean

Use mix phx.gen.secret to generate a secret appropriate for the SECRET_KEY_BASE environment variable.

Render

Diff

Deploy to Render

Use mix phx.gen.secret to generate a secret appropriate for the SECRET_KEY_BASE environment variable.

Usage

To start your Phoenix 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
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Learn more

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].