- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
rails-budget-app is a web mobile friendly app that supports user registration and authentication using the Devise gem, a user can create his own account on the app and after logging in she/he will be able to add categories and then add transactions under those categories, the app provide some metrics like the total value of transactions under each category, the app was build using Ruby on Rails framework.
- Register an account
- Create categories and transactions
- Metrics about user transactions
To get a local copy up and running follow these simple steps.
- Ruby
- Ruby on Rails
- PostgreSQL
- any code editor
To setup the project follow the steps:
-
Clone this project using Git Bash:
git clone https://github.com/Daphineatim/rails-budget-app.git
-
Inside the project directory, install the project's dependencies
bundle install
-
Create the app's database
rails db:create
-
Setup the app's database
rails db:setup
In the project directory, you can run:
-
rails server
Runs the app local server
-
bundle exec rspec
Launches the test runner.
👤 Daphine Atim
- GitHub: @Daphineatim
- Twitter: @dhaphyn
- LinkedIn: DaphineAtim
- Create a user profile
- Create a desktop version
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give it a star!
-
Microverse ❤️
-
Credit goes to Gregoire Vella on Behance whose original design was used.
This project is MIT licensed.