8000 GitHub - panditita/bankHaml
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

panditita/bankHaml

Repository files navigation

Bank App

Simple bank app created with Rails, Haml and Sqlite 3

This project was develop to learn rails and haml

Technologies

  • Ruby version 2.6.3

  • Rails version 6.0.1

  • Haml version 5.1.2

  • Bootstrap version 4.3.1

  • Sqlite version 3.24.0

Setup

To run this project:

  • Git clone to download it locally
  • Check your ruby version using ruby -v, if upgrade needed use brew upgrade ruby
  • Install Rails using gem install rails
  • On your project directory run gem install bundler and bundle install to install all the dependencies needed
  • Recreate the database rails db:setup db:create db:migrate
  • Finally rails server to run it in your localhost

Inspiration

Project based on this tutorial https://www.youtube.com/watch?reload=9&v=saAKNtUg-44 by devlogs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0