1.0.0 - This version is safe to use because it has no known security vulnerabilities at this time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
MIT - MIT LicenseπΊπΉπ· Event Logistics Management
To start your Phoenix server:
asdf
as specified in .tool-versions
docker run \
--restart always \
--name postgres \
-v /usr/local/opt/postgres:/var/lib/postgresql/data \
-p 5432:5432 \
-d \
-e POSTGRES_PASSWORD="" \
-e POSTGRES_USER="root" \
-e POSTGRES_HOST_AUTH_METHOD="trust" \
postgres:latest
export DATABASE_USER="root" DATABASE_PASSWORD="" DATABASE_HOST="127.0.0.1"
mix deps.get
mix ecto.setup
npm install --prefix assets
mix phx.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.