kkolade / XpensTrackr

ROR Capstone project

Repository from Github https://github.comkkolade/XpensTrackrRepository from Github https://github.comkkolade/XpensTrackr

# πŸ“— Table of Contents

πŸ“– The Blog Ruby on Rails App

XpensTrackr is a budget management application built with Ruby-on-Rails. It is my Capstone project for the RoR module

πŸ›  Built With

Tech Stack

Client
Server
Database

Key Features

  • Built using MVC
  • Authentication with Devise
  • Authurization with Cancancan

(back to top)

πŸš€ Live Demo

Video Demo

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need the followings installed and running on your system:

  • Git
  • Ruby
  • Rails
  • PostgreSQL

Setup

Clone this repository to your desired folder:

git clone git@github.com:kkolade/rails_blog_app.git
  • cd xpenstrackr
  • code .

Install

Install the gems and packges required for this project with:

  gem install
  npm install

--->

Usage

To run the project, execute the following command:

rails s

Open your browser and go to:

http://localhost:3000/

Run tests

To run tests, run the following command:

rspec ./spec/

πŸ‘₯ Authors

πŸ‘€ Kola Kolade

(back to top)

πŸ”­ Future Features

  • Add dark/light theme
  • Implement React on the front-end

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please buy me coffee πŸ₯€

(back to top)

πŸ™ Acknowledgments

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.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

ROR Capstone project

License:MIT License


Languages

Language:Ruby 69.2%Language:HTML 24.6%Language:SCSS 4.0%Language:JavaScript 1.4%Language:CSS 0.8%