https://github.com/rblcoder/appointments
https://github.com/rblcoder/appointments
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rblcoder/appointments
- Owner: rblcoder
- License: mit
- Created: 2024-04-18T14:03:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T14:39:09.000Z (about 2 years ago)
- Last Synced: 2025-02-08T18:46:00.149Z (over 1 year ago)
- Language: Ruby
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# A Ruby on Rails with Postgres Doctor/patient appointments scheduler
Template
https://github.com/gitpod-samples/template-ruby-on-rails-postgres
## Next Steps
Click the button below to start a new development environment on Gitpod:
[](https://gitpod.io/#https://github.com/rblcoder/appointments)
## Notes
* [./gitpod.yml](./.gitpod.yml) launches the rails server bound to `0.0.0.0` so that the server is accessible in Gitpod. The default configuration binds to `localhost`.
* [config/environments/development.rb](./config/environments/development.rb) has been configured with `config.hosts.clear` to enable requests to the Gitpod subdomain. In this template, the Ruby on Rails configuration interface has been set to private. If this setting is changed to the public then anyone will be able to connect to the administration interface if they know the workspace name.