- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Spend Right is a full stack ruby on rails web application on a postgreSQL database that is built to manage your finances by grouping your expenses or transactions into categories and helping you visualize how much your are spending and where you are spending the most amount of money.
🛠 Built With Ruby on Rails
Describe the tech stack and include only the relevant sections that apply to your project.
Client
- HTML
- CSS
Server
Database
- Spash screen to intoduce user to app
- Total amount of transactions in each category
- Ability to add new category
- Ability to add new transaction to a category
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Install Ruby
- Install node
- Install npm
- A code editior
- A web browser (Chrome, preferrably)
Clone this repository to your desired folder:
cd [my-folder]
git clone [email protected]:amon-cofie/spend-right-budget-app.git
cd spend-right-budget-app
Install this project with:
bundle install
rails db:create
rails db:migrate
To run the project, execute the following command:
rails server
Tests are written with RSpec
To run tests, run the following command:
rspec spec
You can deploy this project using:
render
👤 David Amon-Cofie
- GitHub: @amon-cofie
- Twitter: @amon_cofie
- LinkedIn: David Amon-Cofie
- View details of each transaction
- Futher organize the transactions by time created
- Add statistics with graphs and charts
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, a star would be much appreciated
Original design idea by Gregoire Vella on Behance
I would like to thank everyone who gave me inspiration and insight into the look and feel of this project
This project is MIT licensed.