Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laguna1/group-our-transactions

RoR Capstone Project
https://github.com/laguna1/group-our-transactions

rails ruby

Last synced: 12 days ago
JSON representation

RoR Capstone Project

Awesome Lists containing this project

README

        

# 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](https://obscure-atoll-58865.herokuapp.com/)

## 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**

- GitHub:[@github/Laguna1](https://github.com/Laguna1)
- Linkedin:[linkedin/OksanaPetrova](https://www.linkedin.com/in/oksana-petrova/)
- Twitter:[@OksanaP48303303](https://twitter.com/OksanaP48303303)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the [issues page](issues/).

## 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](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding)

Design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella)

I made some changes to this design.

# group-our-transactions