- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Payment App is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you have spent and on what
Client
Server
Database
Here the main goal of building this web application is to have a deeper understanding of how Ruby on Rails can make development of applications easy
- [Create associations between different models involved]
- [Use migration files]
- [Build a schema from models]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- linters.yml and tests.yml files inside the .github folder
- .rubocop.yml file
- Gemfile
- Install rails and required gems
Clone this repository to your desired folder:
1- Navigate to the button on the top right green "code" button.
2- In the drop down menu choose "Download Zip" or clone it using git using the following command.
3- After extracting the files, you'll have my project on your local machine.
Install this project with:
- Run bundle install
To run the project, execute the following command:
[$ ruby FILENAME.rb]
To run tests, run the following command:
Example command:
bin/rails test test/models/article_test.rb
👤 Kelvin Benjamin
- GitHub: @Kelvin-Ben
- Twitter: @kevoyout144
- LinkedIn: Kelvin-Ben
I will create a Ruby on Rails application that allows the user to:
- Register and login, so that the data is private to them
- Introduce new transactions associated with a category
- See the money spent on each category
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Anyone who finds this project interesting is welcome to give it a star.
- I would like to thank Microverse for the opportunity
- Also, original design idea by Gregoire Vella on Behance
-
How do i run the project in my local machine?
- You need to clone the project in your local environment through the terminal
-
What database are you using for this project?
- [POSTGRESQL]
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.