Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rblcoder/appointments
https://github.com/rblcoder/appointments
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rblcoder/appointments
- Owner: rblcoder
- License: mit
- Created: 2024-04-18T14:03:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-26T14:39:09.000Z (9 months ago)
- Last Synced: 2024-04-26T15:49:52.105Z (9 months 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:
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](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.