Skip to content

Wishes is a mobile-only app where you can create groups, add wishes, pay other users their wishes and check your own wishes and paid wishes. Created with Ruby on Rails.

Notifications You must be signed in to change notification settings

garciajordy/Wishes

Repository files navigation

Wishes

Wishes is a mobile only app where you can create groups, add wishes, pay other users their wishes and check your own wishes and paid wishes.

Built With

  • Ruby v2.7.0
  • Ruby on Rails v5.2.4

Live Demo

Live demo

Getting Started

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

Prerequisites

Ruby: 2.6.3
Rails: 5.2.3
Postgres: >=9.5
Rspec gem

Setup

Instal gems with:

$ bundle install

Setup database with:

$ rails db:create
$ rails db:migrate

Rspec testing

To test all models, write the following in your terminal:

$ rspec spec/models/user_spec.rb
$ rspec spec/models/group_spec.rb
$ rspec spec/models/wishlist_spec.rb

Usage

Start server with:

$ rails server

Open http://localhost:3000/ in your browser.

Jordy Garcia

  • Github:
  • Linkedin:
  • Twitter:

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used.
  • Inspiration
  • etc

About

Wishes is a mobile-only app where you can create groups, add wishes, pay other users their wishes and check your own wishes and paid wishes. Created with Ruby on Rails.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published