/Expense-Tracker

A mobile web application built with Ruby on Rails where users can manage their budget: Users have a list of transactions associated with a category so that users can keep track of their expenses on the specific category

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 [Expense Tracker]

[Expense Tracker] is a mobile web application built with Ruby on rails where users can manage their budget: Users have a list of transactions associated with a category so that users can keep track of their expenses on specific category

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • User can signup and login
  • User can create expense categories
  • User can create expenses and select categories for them

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

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

Prerequisites

Setup

Clone this repo with git. Run the following command in your terminal:

  git clone https://github.com/Krishnabot/Expense-Tracker.git

Install

Install this project with:

Example command:

  cd recipe-app
  bundle install

Usage

You will need to create a database and run the migrations. At this moment the project expects you to have a database named expense_tracker_development. You can create this database and generate the migrations by running the following command:

  rails db:create && rails db:migrate

To start the server use the following command:

  rails server

Run tests

To run tests, run the following command:

Example command:

  rspec spec

Deployment

(back to top)

👥 Authors

👤 Krishna Prasad Acharya

(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 give a ⭐️

(back to top)

🙏 Acknowledgments

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)