Skip to content

Laguna1/group-our-transactions

Repository files navigation

README

Group Our Transactions app with Ruby on Rails

This repo includes code for app where user can create account and group his payments with his family or friends. User also can create payment that are not attached with a specific group.

Live Demo

Live Demo

Getting Started

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

Prerequisites

  • Ruby v2.7.0
  • Ruby on Rails v5.2.4.4
  • Postgres: >=9.5

Setup

Instal gems with:

bundle install

Setup database with:

   rails db:create
   rails db:migrate

Usage

Start server with:

    rails server

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

Run tests

    rspec --format documentation

Author

👤 Oksana Petrova

🤝 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!

Acknowledgments

You can access all the design info - color, typography, layouts - at this link:

Design

Design idea by Gregoire Vella on Behance

I made some changes to this design.

group-our-transactions