Skip to content

Latest commit

 

History

History
108 lines (67 loc) · 2.3 KB

README.md

File metadata and controls

108 lines (67 loc) · 2.3 KB

Budget-App

This 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 spent and on what

Built With

Live demo

Live Demo Link

Loom video

Getting Started

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

Prerequisites

  Ruby
  Ruby on Rails
  PostgreSQL

Setup

Clone the repository and change the directory to blog

  $ git clone git@github.com:brainconnect93/Budget-App.git

  $ cd Budget-app

Install

Install all project dependencies by running the command below

  $ bundle install

Run the application

  Linux
  $ rails server
  Windows
  $ rails server

Visit the homepage of application

  $ http://localhost:3000/

Check linter errors

  $ rubocop .

Run tests

  $ Rspec spec

Author

👤 Afolabi Akorede

🤝 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

📝 License

This project is MIT licensed.