Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kosher9/transac_center
- Owner: kosher9
- License: mit
- Created: 2022-08-03T10:50:34.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-08-06T10:39:00.000Z (over 2 years ago)
- Last Synced: 2023-03-05T02:08:07.812Z (over 1 year ago)
- Language: Ruby
- Size: 5.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.