- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
My-Exp is a mobile web application that allows the user to:
- register and log in, so that the data is private to them.
- Ceate categories for thier expenses.
- record transactions associated with a category.
- see the money spent on each category.
- see the total money spent on all categories.
Ruby
Ruby on Rails
Javascript
Database
- Authentication - User must be authenticated
- Users can track expenses category-wise
- Users can see the total money spent on all categories
- Users expense data is private to them
To get a local copy up and running, follow these steps.
In order to run this project you need:
Git
and Ruby
gem install rails
Install this project with:
bundle install
npm install
Create Database (Mandatory)
rails db:create
If you have made a migration then run this command
rails db:migrate
rails db:seed
To run the project, execute the following command:
rails server or rails s # after build
Run tests
rspec
👤 Mulugeta M.
- GitHub: @belmeetmule
- Twitter: @belmeetmule
- LinkedIn: belmeetmule
- [Notifications that pop up and close]
- [Implement most recent and anicient]
- [Implement picture upload]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I would like to thank:
- Microverse
- Code reviewers
- Inspiration
Under the the Creative Commons liscense
Original design from Gregoire Vella on Behance
-
** On what platform this app works ?**
- Since it is a web mobile application, you can use it from your mobile-phone and personal computers too. In other words, you can use it from any devise or platfrom as long as it supports web-browser.
-
How to run this app after I cloned it to my local machine ?
- Start the sever by executing the command
rails server
from your terminal. And open up your browser and visit localhost:3000
- Start the sever by executing the command
-
What prerequisites are required to run the app ?
- Since it is a RoR app make sure you have rails, ruby and postgresql are installed
This project is MIT licensed.