A website built with Rails with the function of creating users and events, applying unity tests with RSpec and integration tests with Capybara.
- Ruby 3
- Ruby on Rails 6
- Shoulda Matchers
- Capybara
- Rspec
To get a local copy up and running follow these simple example steps.
- Ruby on Rails v 6.x. For more information on how to install Ruby on Rails, please follow this link
- 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
- 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
👤 Gustavo Carvalho
- GitHub: @gscarv13
- Twitter: @Gscarv13
- LinkedIn: Gustavo Carvalho
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.