/budget_app1

[Budget App] is a a mobile web application that allows the user to manage their budget: It has a list of transactions associated with a category, so that the user can see how much money he has spent

Primary LanguageRubyMIT LicenseMIT

📖 [Budget App]

[Budget App] is a a mobile web application that allows the user to manage their budget: It has a list of transactions associated with a category, so that the user can see how much money he has spent and on what

🛠 Built With

Tech Stack

Describe the tech stack and include only the relevant sections that apply to your project.

Client
Server
Database

Key Features

  • [User Register and Log In]
  • [Create transactions associated with a category]
  • [See the money spent on each category]

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

  • Postgresql
  • Rails

In order to run this project you need:

Clone this repository

git clone https://github.com/markoutya0/Budget_app

Run project

  • cd Budget_app
  • run bundle install
  • Open the file config\database.yml
  • Modify the connection parameters to point your Postgres Database: username: [your_user] password: [your_password]
  • run rake db:create
  • run rake db:migrate
  • run rails server
  • Visit localhost:3000 in your browser!

Run tests

To run tests, run the following command:

  • Run all tests: rspec
  • Run all tests and show test documentation: rspec spec --format documentation

(back to top)

👥 Author

👤 mark otuya

(back to top)

🤝 Contributing

Contributions, Issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

(back to top)

📝 License

This project is MIT licensed.