Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/laguna1/group-our-transactions
- Owner: Laguna1
- Created: 2020-10-30T16:35:26.000Z (over 4 years ago)
- Default Branch: development
- Last Pushed: 2020-11-09T15:45:58.000Z (over 4 years ago)
- Last Synced: 2025-01-25T16:52:40.925Z (20 days ago)
- Topics: rails, ruby
- Language: Ruby
- Size: 158 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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