athena_logistics

:beer::tropical_drink::wine_glass: Athena Event Logistics - Backend / Web

Latest version: 1.0.0 registry icon
Maintenance score
100
Safety score
100
Popularity score
71
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
1.0.0 0 0 0 0 0

Stability
Latest release:

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

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

MIT   -   MIT License

Not a wildcard

Not proprietary

OSI Compliant



Athena

Main Branch Coverage Status License Last Updated

🍺🍹🍷 Event Logistics Management

Development

To start your Phoenix server:

  • Install Elixir / Node / Erlang using asdf as specified in .tool-versions
  • Start Local Postgres for example using Docker
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
  • Setup Environment Variables with export DATABASE_USER="root" DATABASE_PASSWORD="" DATABASE_HOST="127.0.0.1"
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with npm install --prefix assets
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more