Skip to content

Track Budget is a mobile web application where you can manage your budget: you have a list of purchases associated with a category, so that you can see how much money you spent and in what category.

Rhaegar121/Track-Budget

Repository files navigation

📗 Table of Contents

📖 Track Budget

project sample
project sample
project sample
project sample

Track Budget

Track Budget is a mobile web application where you can manage your budget: you have a list of purchases associated with a category, so that you can see how much money you spent and on what category.

Built With

  • Ruby
  • Rails
  • Postgresql

Tech Stack

Server

Key Features

  • [A login page]
  • [A registration page]

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

To run this project, take a copy of the code and follow the instruction below.

Prerequisites

You need Ruby v3+, Rails v7+ and Postgresql installed on your machine.

Setup

Clone the project

Install gems with:

bundle install

Setup database with:

rails db:create
rails db:migrate

Usage

Start server with:

rails server

Visit http://localhost:3000/ in your browser.

Run tests

Install npm with:

Install rspec with:

bundle install

and

rails generate rspec:install

run the test with:

rspec spec

Open API documentation

rails server

Visit http://localhost:3000/api-docs in your browser.

Usage

  • Run rails server to run the app.

👥 Authors

👤 Kaung Myat Kyaw

(back to top)

🔭 Future Features

  • [Side Menu]
  • [Detail Page]
  • [Payment Page]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

🙏 Acknowledgments

This replica was originally designed by Gregoire Vella in Behance. Checkout Gregoire Vella's design here

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

Track Budget is a mobile web application where you can manage your budget: you have a list of purchases associated with a category, so that you can see how much money you spent and in what category.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published