Skip to content

AutoFix is an expense tracker used to keep track of expenditures on maintaining and fixing Auto Mobiles. It groups the expenses spent on fixing an auto mobile into categories based on the faulty part. Built using Ruby on Rails, CSS and HTML.

License

Notifications You must be signed in to change notification settings

gango-anan/autofix

Repository files navigation

AutoFix

AutoFix is a RESTful mobile application created using Ruby on rails to aid with tracking expenses on auto mobile maintenance. This application allows the user to classify the expenses in a group, based on the repair or maintenance that has been done. The original concept was designed by Gregoire Vella on Behance. Below is a screenshot of the home page of a signed in user.

Home page of a logged in user.

screenshot

Built With

  • Ruby v2.7.2
  • Ruby on Rails v6.1.3
  • HTML, CSS
  • Bootstrap
  • Postgres 13.1

Live Demo

AutoFix live link

Getting Started

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

Prerequisites

  • Ruby: 2.7.2
  • Rails: 6.1.3
  • Postgres: >= 13.1

Clone the repo:

$ git clone https://github.com/gango-anan/autofix.git

Setup

Install the needed gems with:

bundle install

Setup database with:

   rails db:create
   rails db:migrate

Run tests

Finally, run the test suite to verify that everything is working correctly with:

    rspec

Usage

If the test suite passes, you'll be ready to run the app in a local server.

Start server with:

    rails server

In your browser, type:

    http://localhost:3000

Author

GALIWANGO ANANIYA

🤝 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.

About

AutoFix is an expense tracker used to keep track of expenditures on maintaining and fixing Auto Mobiles. It groups the expenses spent on fixing an auto mobile into categories based on the faulty part. Built using Ruby on Rails, CSS and HTML.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published