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
- Ruby on Rails
- Postgresql
- HTML
- CSS
To get a local copy up and running follow these simple example steps.
- IDE of your choice
- WSL or Linux boot
- Ruby
- rbenv
- Postgresql
- Heroku account(Only for personal deployment)
- 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
- Run bundle install
- Run rails s to open the local server
- Run rails c to open the local app console
- Run rspec spec (rspec and capybara comes bundled up in the Gemfile)
- Use the already deployed project on the live demo section
- 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
👤 Leonardo Paz
- Github: Leonardo Paz
- Linkedin: Leonardo Paz
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Design by Gregoire Vella on Behance
This project is MIT licensed.