Skip to content
/ ager Public

Ager is a very simple database system to handle birthdays

License

Notifications You must be signed in to change notification settings

lulabad/ager

Repository files navigation

Ager

To start your Phoenix server:

  • Setup the project with mix setup
  • 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

Docker

docker run --name ager_dev -d -p 5432:5432 -e POSTGRES_PASSWORD=ager postgres:alpine

Documentation for Docker

https://danielwachtel.com/devops/dockerizing-a-phoenix-app-with-a-postgresql-database