Gift Grouping is a mobile-only app where you can sign up (and/or sign in), create groups and add gifts. View created groups created by all users and view only signed in user's added gifts.
- Ruby 2.7.2
- Ruby on Rails 6.1.3
To get a local copy up and running follow these simple example steps.
- Ruby: 2.7.2
- Rails: 6.1.3
- Postgres: 13.2
- Rspec-rails
- Capybara
- Shoulda-matchers
Instal gems with:
$ bundle install
Setup database with:
$ rails db:create
$ rails db:migrate
To test all models, write the following in your terminal:
$ rspec spec/models
To test all features, write the following in your terminal:
$ rspec spec/features
Start server with:
$ rails s
In your browser, navigate to:
http://localhost:3000/
ZIL NORVILIS
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used.
- Inspiration
- etc