Skip to content

Repository files navigation

Team Aquamarine

Team Members

How to Initialize and Run the App

Prerequisites

Initializing the App

  • bundle install - Install all the necessary gems.
  • rails db:migrate:reset - Reset and initialize the database.
  • rails db:seed - Save seed data to the database (see db/seeds.rb).
    • No seed data is included in the base app.

Running the App

  • rails server - Run the development web server.
  • Open http://localhost:3000/ in the browser to launch the app (root page).

Included with the Base App

  • Devise
    • A Devise User class has been generated (see app/model/user.rb).
    • The Devise view templates have been added (see app/views/devise/).
  • Bootstrap v5.2.3
  • BootSwatch v5.2.3
    • A list of BootSwatch themes can be found here.
    • The Darkly theme is set by default (see app/assets/stylesheets/application.scss).
  • Flash Notifications
  • Home Page
    • A HomeController with a show action and view template is included.
    • The root route is set to this show action (see config/routes.rb).

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages