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

https://github.com/omarmwarraich/coinwallet

Coin Wallet is a simple web application that allows users to create a wallet and it is built using Ruby on Rails and PostgreSQL. It is deployed on fly.io and uses devise for authentication and allowing the users to create an account, add commodities and transactions in their accounts.
https://github.com/omarmwarraich/coinwallet

cancancan capybara carrierwave devise minimagik postgresql rspec-rails ruby ruby-on-rails selenium

Last synced: 2 months ago
JSON representation

Coin Wallet is a simple web application that allows users to create a wallet and it is built using Ruby on Rails and PostgreSQL. It is deployed on fly.io and uses devise for authentication and allowing the users to create an account, add commodities and transactions in their accounts.

Awesome Lists containing this project

README

          


README Template

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 [Coin Wallet]

Coin Wallet is a simple web application that allows users to create a wallet and it is built using Ruby on Rails and PostgreSQL. It is deployed on fly.io and uses devise for authentication and allowing the users to create an account, add commodities and transactions in their accounts.

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- **[User Authentication]**
- **[Add/Display Category]**
- **[Add/Display Transaction]**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://coinwallet-ova.fly.dev/spash/index)

(back to top)

## 💻 Getting Started

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

### Prerequisites

In order to run this project you need:

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone git@github.com:myaccount/my-project.git
```

### Install

Install this project with:

```sh
cd my-project
gem install
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

### Run tests

To run tests, run the following command:

```sh
bin/rails test test/models/
```

### Video

[Video Link](https://www.youtube.com/watch?v=xIW9CYveryM)

### Deployment

You can deploy this project using:

(back to top)

## 👥 Author

👤 **OmarMWarraich**

- GitHub: [@OmarMWarraich](https://github.com/OmarMWarraich)
- Twitter: [@omarwarraich1](https://twitter.com/omarwarraich1)
- LinkedIn: [LinkedIn](https://linkedin.com/in/o-va)

(back to top)

## 🔭 Future Features

> Describe 1 - 3 features you will add to the project.

- [ ] **[Pagination]**
- [ ] **[OmniAuth and Stripe Integration]**
- [ ] **[Web3 Integration]**
- [ ] **[Bar Code Scanner]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project please give it a ⭐️!.

(back to top)

## 🙏 Acknowledgments

I would like to thank the following.
- Gregoire Vella on Behance for the Original Design Idea.
- Any body who shall read and review my code.

(back to top)

## ❓ FAQ

- **[Is this app Open Source?]**

- [Please check the license.]

- **[How to use this app?]**

- [Please check the usage section.]

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)