- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
[Wallet int] 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.
Client
- HTML
- Javascript
- Tailwindcss
Server
Database
- [Add a category]
- [Add transactions in a category]
- [check how much money you spent and on what]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby v3+,
- Rails v7+
- PostgreSQL
- An IDE e.g [Visual studio code](https://code.visualstudio.com/).
- [A terminal](https://code.visualstudio.com/docs/terminal/basics).
Clone this repository to your desired folder:
https://github.com/Recillah-Khamala/Wallet-Int.git
- Navigate to the location of the folder in your machine:
you@your-Pc-name:~$ cd blog-app
To install the project dependencies, run
bundleinstall
To run the project, execute the following command:
- After Cloning this repo to your local machine.
- To get it running on your machine, you may open the project on your IDE and open the terminal
- On the terminal you can run:
rails s OR rails server
- After, you can follow along the app and run the appropriate option from list to interact with it.
To run tests, run the following command:
To run tests, run the following command:
rspec
You can deploy this project using:
heruko
👤 Recillah Khamala
- GitHub: @Recillah-Khamala
- Twitter: @recllahk
- LinkedIn: Recillah Khamala
- [Add scan payment feature]
- [Give tips on how to achieve money goals]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, give it a ⭐on github
I would like to thank
- Microverse for setting this project as part of the carriculum
- [Gregoire Vella on Behance](https://www.behance.net/gregoirevella) for providing original design.
- My coding partners for this week for the support.
- Entire microverse community.
This project is MIT licensed.