Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kosher9/transac_center

This application allows you to have an eye on your expenses. Track your expenses closely and pay attention to how you spend your income.
https://github.com/kosher9/transac_center

Last synced: 17 days ago
JSON representation

This application allows you to have an eye on your expenses. Track your expenses closely and pay attention to how you spend your income.

Awesome Lists containing this project

README

        

# Transac_Center

# Live demo
[Transac_center](https://pacific-taiga-56560.herokuapp.com)

# Preview
![](./preview_1.png)
![](./preview_2.png)

## Built With

- Ruby on Rails
- PostgreSQL

## Getting Started

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

### Prerequisites

- [Ruby](https://www.ruby-lang.org/en/)
- [Rails](https://gorails.com/)

### Setup

- Make sure you have Ruby on Rails set up properly on your computer
- Clone or download this repo on your machine
- Enter project directory

### Development Database

```sh
# Create user
sudo -u postgres createuser -e ced00 -s
# Load the schema
rails db:schema:load
# Create the database
rake db:create
# Run database Migration
rails db:migrate
```

### Install

```sh
bundle install
```

### Run server

```sh
rails s
```

### Test

```sh
rspec
```

## Author

πŸ‘€ **CΓ©dric Kossi**

- GitHub: [@kosher9](https://github.com/kosher9)
- Twitter: [@kosherus](https://twitter.com/kosherus)
- LinkedIn: [LinkedIn](https://linkedin.com/in/lionel-c%C3%A9dric-kossi-323042172)

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

- Design inspired by [Gregoire Vella](https://www.behance.net/gregoirevella)

## πŸ“ License

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