Budget Management App is a web app that helps users categorize and manage their transactions for easy expense tracking. Stay organized and gain insights into your spending habits with this user-friendly tool.
Ruby on Rails (simplify as Rails) is a server-side web application framework written in Ruby under the MIT License. Rails is a model–view–controller (MVC) framework, providing default structures for a database, a web service, and web pages. It encourages and facilitates the use of web standards such as JSON or XML for data transfer and HTML, CSS and JavaScript for user interfacing.
Server
Database
- User Authentication
- Item Categories
- Entity Transactions
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby and Rails on you operating system eg. for Ubuntu 20.04
- Node.js installed
- Yarn
- PostgreSQL database installed
Clone this repository to your desired folder:
cd my-folder
https://github.com/Leeoasis/Budget-app.git
Install this project with:
cd rails_capstone_project
bundle install
To run the project, execute the following command:
rails s
To run tests, run the following command:
bin/rspec
You can deploy this project using:
👤 Leslie Gudo
- GitHub: @githubhandle
- Twitter: @twitterhandle
- API authentication
- API Authorization
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, kindly give me a ⭐️
- I would like to thank Microverse and Gregoire Vella for design.
-
Is Rails still relevant?
-
Is it easy to learn Ruby on Rails
This project is MIT licensed.