grounded042 / capacious

event guest management made easy
0 stars 0 forks source link

Capacious API

Capacious (having a lot of space inside; roomy.) has been made so that planning for a large event can be easy. If you have a lot of guests and you need to manage their responses, meal selection, etc. this tool can help you.

Setup

  1. Install dependencies: go get
  2. Create environment file: cp .env.example .env
  3. Run the script bellow to apply env vars.
  4. Create database: createdb capacious-go
  5. Add seed data: make setup

To apply environment variables:

while read l; do
  export $1
  done < .env

Architecture

Running

  1. Run: go run main.go
  2. Navigate to http://localhost:8000/api/v1/events to see the magic.

Contributing

Just fork and make a pull request and I'll happily review it.


Copyright 2015 Jon Carl. All rights reserved.