JXpense is a ruby on rails mobile web-based application that helps you keep track of your expenses and income. No install required, and very user friendly.
Click here to view the website online.
Splash Screen | SignUp/In | Category Page | Product Page |
---|---|---|---|
To get a local copy up and running follow these simple steps.
-
You can clone this repo by typing
git clone git@github.com:julie-ify/JXpense.git
on your terminal. -
Type
cd JXpense
to access the project on the terminal. -
Open the project in your code editor
-
Run
bundle install
to install all the required gems -
Run
rake db:setup
to setup your database -
Run
rails s
to start a development server -
Run
rubocop && rubocop -A
to check for and fix formatting errors.
rspec spec
will run all the tests.
Also, you can run rspec spec/
to run specific tests.
You can also run RAILS_ENV=test rspec spec/
to run the tests in test mode.
If you would like to test the app using a test user account which has seed data
- email:
testuser@gmail.com
- password:
testuser
-
Ruby on Rails
-
Postgressql
-
Bootstrap CSS Framework
-
Device
-
Cancancan
-
Capybara
-
Rspec
👤 Juliana Ifionu
- GitHub: juliana-Ifionu
- LinkedIn: Juliana Ifionu
- Twitter: Juliana Ifionu
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
-
Original design idea by Gregoire Vella on Behance..
-
Improved design by me
This project is MIT licensed.