/secret-santa

Create a virtual secret santa with friends! Enter your friends info and the application with randomly assign the group and it will send an email to all participants for a COVID friendly secret santa.

Primary LanguagePHPMIT LicenseMIT

secret-santa

Build Status

API set up on heroku

heroku buildpacks:set https://github.com/timanovsky/subdir-heroku-buildpack

heroku buildpacks:add heroku/php

heroku config:set PROJECT_PATH=api

Procfile and nginx_app.conf loccated in the api/ folder, because heroku needs these files at the project root and so we had to use the buildpack above.

Travis CI setup