Skip to content

Latest commit

 

History

History
84 lines (52 loc) · 2.07 KB

README.md

File metadata and controls

84 lines (52 loc) · 2.07 KB

Recipe App

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.

Home page Transaction page

Roadmap:

✅ Created a new rails app.
✅ Followed gitflow
✅ Setup PostgreSQL database.
✅ The app has the following interfaces:

  • A splash page.
  • A log in page
  • A registration page.
  • A category page as home page
  • A form to create new categories
  • A management page to see all your purchase in a specific category
  • A form to add new purchase to your app in the current category and even you can select others.

Built With

  • Ruby On Rails

Live Demo

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

Open your termnial and run the following command:

git clone https://github.com/AlexRS90/budget-app.git

  • cd recipe-app
  • bundle
  • rails db:create
  • rails db: migrate
  • rails s

Open your browser and type the following URL http://127.0.0.1:3000/

Finally you can start using the app and manage your budget. Enjoy!

Testing

To run the unit test once you did the above steps just write the following command in your terminal, you must be on your root directory:

  • rspec spec

Prerequisites

  • Ruby
  • Terminal

Author

👤 Alejandro Ramos

Acknowledgement

Original design by Gregoire Vella on Behance Profile: Behance

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.