Skip to content

Fastpay is a budget app made entirely in rails; it includes authentication, authorization, the database model, a page to see and create categories and to see and create transactions.

Notifications You must be signed in to change notification settings

leolpaz/FastPay

Repository files navigation

Fastpay

Fastpay is a budget app made entirely in rails, it includes authentication, authorization, the database model, a page to see and create categories and to see and create transactions

Built With

  • Ruby on Rails
  • Postgresql
  • HTML
  • CSS

Live Demo

Live Demo Link

Screenshot

screenshot

Getting Started

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

Prerequisites

  • IDE of your choice
  • WSL or Linux boot
  • Ruby
  • rbenv
  • Postgresql
  • Heroku account(Only for personal deployment)

Setup

  • Make sure you have Ruby and Postgresql installed and set up
  • Clone the repository with git clone https://github.com/leolpaz/FastPay.git
  • Open it in the IDE of your choice and open a terminal pointing to the app folder

Install

  • Run bundle install

Usage

  • Run rails s to open the local server

    Or

  • Run rails c to open the local app console

Run tests

  • Run rspec spec (rspec and capybara comes bundled up in the Gemfile)

Deployment

  • Use the already deployed project on the live demo section

To deploy from your own fork

  • Run the command heroku create (Needs to be logged in, use heroku login if needed)
  • Run git push heroku and git push heroku main
  • heroku run rails db:migrate
  • heroku open

Author

👤 Leonardo Paz

🤝 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

📝 License

This project is MIT licensed.

About

Fastpay is a budget app made entirely in rails; it includes authentication, authorization, the database model, a page to see and create categories and to see and create transactions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published