You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 11, 2019. It is now read-only.
Provides a set of endpoints for the PunchClock iOS app as well as a Status Board-compatible In/Out panel.
Setup
Let's assume you've gone through the basic heroku setup steps and are ready to deploy an application.
The server is designed to run with a Postgres database and the ZeroPush notification service. To get it running for testing you'll need to install some ruby gems and customzie your local enviroment.
$ cp dotenv.sample .env
$ gem install bundler; bundle install
To run the server locally run foreman start
Images
Put your people images in the public folder and name them the same as the names used in the app.
Contributing
Feel free to fork and send us pull requests
Bug Reporting
PunchClockServer is an unsupported, unofficial Panic product. Please check out the many forks of this project if you're looking for bug fixes.
About
Provides a set of endpoints for the PunchClock iOS app as well as a Status Board-compatible In/Out panel.