Skip to content

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

License

Notifications You must be signed in to change notification settings

Yacoubou-seidou/Kondona

Repository files navigation

Kondona Application

📗 Table of Contents

Kondona application

Kondona is a mobile web application where you can manage your budget, you have a list of Depenses associated with a Group, so that you can see how much money you spent and on what.

🛠 Built With

Tech Stack

  • Ruby on Rails
  • Postgres

Key Features

  • User login and registration
  • API endpoints
  • see the money spent on each category.
  • introduce new transactions associated with a category.

(back to top)

💻 Getting Started

Prerequisites

In order to run this project you need:

  • Ruby environment installed
  • Postgres database installed

Setup

Clone this repository to your desired folder:

cd my-folder
git clone https://github.com/Yacoubou-seidou/Kondona.git

Install

Run bundle install to install all the required dependencies.

Usage

To run the project:

Create the database by running the following command:

rails db:create

Load the database schema with this command:

rails db:schema:load

Seed the database with the following command:

rails db:seed

Start the server by running the following command:

rails server

Run tests

To run tests, run the following command:

  rspec --force-color --format documentation

Deployment

Deployment_link

(back to top)

Video-Presentation

You can view a video presentation of this app here

(back to top)

👥 Authors

👤 Yacoubou Seidou

🔭 Future Features

  • More interactive design
  • Add sessions
  • Create a shopping list.

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, give it a ⭐.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for giving me this wonderful opportunity to work on this project and Gregoire Vella on Behance for the original design.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published