3zcurdia / wedding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wedding

This is a simple wedding website.

Dependencies

  • Ruby 3.3.0
  • Rails 7.1.3
  • SQLite3

Setup

  1. Install Ruby 3.3.0, It's recomended to use rbenv
rbenv install 3.3.0
  1. Install ruby gems and js packages
bundle install && yarn install
  1. Create the database and run the migrations
rails db:prepare
  1. Run the server
bin/dev
  1. Open your browser and go to http://localhost:3000 to see the website. If you want to test the details page use the phone number 1234567890 in the root app.

About


Languages

Language:HTML 68.8%Language:Ruby 24.8%Language:CSS 3.1%Language:JavaScript 2.0%Language:Dockerfile 1.1%Language:Shell 0.2%