/private-events

This is an events website where the user can create events and invite other users built with Ruby on Rails

Primary LanguageRubyMIT LicenseMIT

Private Events

A website built with Rails with the function of creating users and events, applying unity tests with RSpec and integration tests with Capybara.

Built With

  • Ruby 3
  • Ruby on Rails 6
  • Shoulda Matchers
  • Capybara
  • Rspec

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Ruby on Rails v 6.x. For more information on how to install Ruby on Rails, please follow this link

Setup and Install

  • Clone this repository using the link above (click on the 'code' button)
  • Open a terminal and cd to the cloned repository
  • Run bundle install to install ruby gems required the dependencies
  • Run yarn to install javascript required the dependencies
  • Run bin/rails DB:migrate to migrate the database

Usage

  • Run bin/rails server to start the server
  • Enter output address from your terminal on your browser to access the page, for instance:
 Listening on http://127.0.0.1:3000

Authors

👤 Gustavo Carvalho

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.