https://github.com/vic778/bookme
the general idea is to mimic the primitive features of Calendly. An end user can visit a unique direct link to book events with someone else. These events can be free to book or require payment. Those that book events shouldn't be necessary to create an account. Those that make the events and availability slots do need an account.
https://github.com/vic778/bookme
activestorage devise heroku postresql rspec ruby ruby-on-rails sidekiq stripe
Last synced: 2 months ago
JSON representation
the general idea is to mimic the primitive features of Calendly. An end user can visit a unique direct link to book events with someone else. These events can be free to book or require payment. Those that book events shouldn't be necessary to create an account. Those that make the events and availability slots do need an account.
- Host: GitHub
- URL: https://github.com/vic778/bookme
- Owner: vic778
- Created: 2022-08-27T08:45:36.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-08-29T16:25:26.000Z (almost 4 years ago)
- Last Synced: 2025-02-23T14:15:03.884Z (over 1 year ago)
- Topics: activestorage, devise, heroku, postresql, rspec, ruby, ruby-on-rails, sidekiq, stripe
- Language: Ruby
- Homepage:
- Size: 127 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This README would normally document whatever steps are necessary to get the
application up and running.
Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...