Skip to content

The site where you can create a group to meet for coffee (or anything else). ☕️

License

Notifications You must be signed in to change notification settings

ThumbWorks/coffee

 
 

Repository files navigation

☕️

CircleCI

Getting Started

Prerequisites

  • PostgreSQL

Installing and Running

  1. Make sure that all prerequisites are installed and running locally.
  2. Run bin/setup to install dependencies and prepare the local database.
  3. Run rails s to start the Rails server.

Running the tests

rspec

Linting

  • erblint --lint-all --autocorrect
  • eslint .
  • rubocop -Ra

Deployment

Deployment of the master branch to Heroku is done automatically after CI passes.

Tasks

rake venues:hydrate - Run hourly on :00 by Heroku Scheduler

License

This project is licensed under the GNU GPLv3 License -- see the LICENSE.md file for details.

Other

User.where(email: "[email protected]").first.update(admin: true) to add an admin.

About

The site where you can create a group to meet for coffee (or anything else). ☕️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 83.7%
  • HTML 10.0%
  • CSS 5.4%
  • JavaScript 0.9%