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 spent and on what.
- Ruby
- Ruby on Rails
- PostgreSQL
To get a local copy up and running follow these simple example steps.
1- Copy this link https://github.com/huseyinbiyik/moneye.git
2- Get the directory that you want to clone the repository.
3- Open the command prompt in this directory.
4- Write git clone https://github.com/huseyinbiyik/moneye.git
5- Go to the repository folder in your command prompt cd moneye
.
6- Go to command line and run rails s
.
7- Run rails db:create
to create database.
To setup linters on your local environment, please follow these steps.
1- Run bundle install
2- Run rubocop .
for the errors
To run the tests
Run rspec
on terminal window
IDE(VSCode etc.), WSL(for Windows OS), for linters RuboCop
👤 Huseyin Biyik
- GitHub: @huseyinbiyik
- Twitter: @huseyin__biyik
- LinkedIn: LinkedIn
This web design was inspired by Gregoire Vella on this idea.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
-Thank you to Microverse Inc.
This project is MIT licensed.