This is a simple Rails App that helps a user book a meeting with a therapist.
Downolad or Clone this repo to your local environment:
Then execute:
$ bundle install
Create migrations:
$ rails db:migrate
Seed the database with the provided data:
$ rails db:seed
Run on your terminal:
$ rails s
Then open a browser and type in:
$ localhost:3000
Copy the repo into your system and execute the previous commands in the terminal and check that your are in the app's path.
After checking out the repo, run bundle install
to install dependencies. You can also run rails console
for an interactive prompt that will allow you to experiment.
To install this app onto your local machine, run bundle install
. To release a new version, update the version number in version.rb
, and then run bundle exec rake release
, which will create a git tag for the version, push git commits and tags.
Bug reports and pull requests are welcome on GitHub at https://github.com/hsztan/smyle. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The repo is available as open source under the terms of the MIT License.
Everyone interacting in the Gamestocker project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.