Loading repository data…
Loading repository data…
belmeetmule / repository
My-Exp is a personal expense tracker mobile app that allows users to: create expense category, introduce new transactions associated with a category and see total expense as well as expense per each category. User should register and log in, so that the data is private to them.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
My-Exp is a mobile web application that allows the user to:
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.
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:
Under the the Creative Commons liscense
Original design from Gregoire Vella on Behance
** On what platform this app works ?**
How to run this app after I cloned it to my local machine ?
rails server from your terminal. And open up your browser and visit localhost:3000What prerequisites are required to run the app ?
This project is MIT licensed.