https://github.com/codesalley/koinkeep
KoinKeep, a platform that allows users to manage their transactions in groups and keep watch of what they spend much on. Users can create an account, and add transactions and groups containing transactions. a chart to display stats
https://github.com/codesalley/koinkeep
rails ruby
Last synced: about 1 month ago
JSON representation
KoinKeep, a platform that allows users to manage their transactions in groups and keep watch of what they spend much on. Users can create an account, and add transactions and groups containing transactions. a chart to display stats
- Host: GitHub
- URL: https://github.com/codesalley/koinkeep
- Owner: codesalley
- Created: 2021-03-26T13:07:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-30T07:08:15.000Z (over 5 years ago)
- Last Synced: 2025-04-07T03:26:48.179Z (about 1 year ago)
- Topics: rails, ruby
- Language: Ruby
- Homepage:
- Size: 38.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KoinKeep[Group Or Transactions]
> KoinKeep, a platform that allows users to manage their transactions in groups and keep watch of what they spend much on. Users can create an account, and add transactions and groups containing transactions. a chart to display stats
## Built With
- Ruby v3.0.0
- Ruby on Rails v6.1.3
- Tailwindcss 2.0
## Live Demo
[Heroku](https://coinkeep.herokuapp.com/)
## Getting Started
To get a local copy up and running follow these simple example steps.
## Prerequisites
Ruby: 3.0.0
Rails: 6.1.3
Postgres: >=13.2
Yarn: >= 1.22.10
### 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
```
bundle exec rspec
```
### Deployment
` Heroku`
## Authors
👤 **Salley Iddrisu**
- GitHub: [juxsalley](https://github.com/juxsalley)
- Twitter: [__salley](https://twitter.com/__salley)
- LinkedIn: [iddrisu salley](https://www.linkedin.com/in/dev-salley)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/juxsalley/KoinKeep/issues).
## Show your support
Give a ⭐️ if you like this project!