项目作者: mohammadumar28

项目描述 :
Rails Associations Project.
高级语言: Ruby
项目地址: git://github.com/mohammadumar28/private-events.git
创建时间: 2020-09-23T08:40:37Z
项目社区:https://github.com/mohammadumar28/private-events

开源协议:

下载


Private Events

A Rails project to practice Associations.

Screenshot

Prerequisites to Run the App Locally

Install these following tools in your machine:

  • Ruby
  • Ruby on Rails

Note: Go to Install Rails website if you don’t have these installed.

Instructions to Run the App Locally

  1. Clone the repository using git clone https://github.com/mohammadumar28/private-events.git
  2. Switch to the reformer branch using git checkout private-events.
  3. Run yarn install --check-files to install yarn packages.
  4. Run bundle install to install all the gems.
  5. Run rake db:migrate to migrate the database.
  6. Run rails server to start the application.

Instructions to Run RSpec Tests

  1. cd into the cloned directory.
  2. Run bundle exec rspec

Tools/Languages Used

  • Ruby on Rails
  • Rspec
  • Bootstrap
  • Sass

Authors

Muhammad Umar

Aldana Longhi

Acknowledgements

Contribution

  • Fork this repo.
  • Create your feature branch git checkout -b my-new-feature.
  • Commit your changes git commit -am "Add some feature".
  • Push to the branch git push origin my-new-feature.
  • Create a new Pull Request.