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

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

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!