niccolox / pain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pain

Booking application replacing Acuity Scheduler, for <painawayofphilly.com>.

Scheduling Credentials

You'll need a couple environment variables so our app can book inside your acuity calendars. Locally, these can go inside a file called .env:

# .env
SCHEDULE_USER="12345678"
SCHEDULE_KEY="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"

Launch

Deploy your app:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

You should see a booking page on localhost:4000. Deploy this app using Dokku.

Learn more

About


Languages

Language:Elixir 85.3%Language:HTML 10.6%Language:JavaScript 3.5%Language:Shell 0.4%Language:CSS 0.2%