Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahzia/my-accountant
A Ruby on Rails budgeting App
https://github.com/ahzia/my-accountant
Last synced: 10 days ago
JSON representation
A Ruby on Rails budgeting App
- Host: GitHub
- URL: https://github.com/ahzia/my-accountant
- Owner: ahzia
- License: mit
- Created: 2022-01-10T09:38:10.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-01-15T22:25:14.000Z (about 3 years ago)
- Last Synced: 2023-03-05T12:57:59.399Z (almost 2 years ago)
- Language: Ruby
- Size: 163 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Budget-Planner
The Accountant App is going to be helpful to track your expenses and transactions.
![My project]()
## Built With
- Ruby on Rails
## Live Demo
[Live Demo link - comming soon]()
## Presentation
[Video link - comming soon]()
## Getting Started
To get a local copy up and running follow these simple example steps.
git clone https://github.com/ahzia/my-accountant.git
### Prerequisites
Ruby
Rails
PostgresSQL### Setup
Install 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
Install npm with:
```
npm i
```
Install rspec with:
```
bundle install
```
and
```
rails generate rspec:install
```
run the test with:
```
rspec spec
```## Authors
👤 **Ahmad Zia Yousufi**
- GitHub: [@ahzia](https://github.com/ahzia)
- Twitter: [@ZiaYousofi](https://twitter.com/ZiaYousofi)
- LinkedIn: [Ahmad zia Yousufi](https://https://www.linkedin.com/in/ah-ziayosfi)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ahzia/my-accountant/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse for giving me this chance
- The design template provider [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).## 📝 License
This project is [MIT](./LICENCE) licensed.