- π About the Project
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- β FAQ (OPTIONAL)
- π License
XpensTrackr is a budget management application built with Ruby-on-Rails. It is my Capstone project for the RoR module
Client
Server
Database
- Built using MVC
- Authentication with Devise
- Authurization with Cancancan
To get a local copy up and running, follow these steps.
In order to run this project you need the followings installed and running on your system:
- Git
- Ruby
- Rails
- PostgreSQL
Clone this repository to your desired folder:
git clone git@github.com:kkolade/rails_blog_app.git
cd xpenstrackr
code .
Install the gems and packges required for this project with:
gem install
npm install
--->
To run the project, execute the following command:
rails s
Open your browser and go to:
http://localhost:3000/
To run tests, run the following command:
rspec ./spec/
π€ Kola Kolade
- GitHub: kkolade
- Twitter: kola_kolade
- LinkedIn: kolakolade
- Add dark/light theme
- Implement React on the front-end
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please buy me coffee π₯€
I would like to thank Microverse for the opportunity to learn and grow I would like to also give credit to Gregoire Vella in Behance for his wonderful design.
This project is MIT licensed.