Skip to content

thurman024/photo-gallery

 
 

Repository files navigation

Photo Gallery

Running locally

  1. Install Ruby 3.3.5 (see .ruby-version; use rbenv, asdf, or another version manager).
  2. Install gems: bundle install
  3. Create and migrate the database: rails db:prepare
  4. Seed the database: rails db:seed
  5. Start the app: bin/rails server (or bin/dev, which runs the same command)

Then open http://localhost:3000.

A test user is created in the seed file

username: test_user
password: password

To run tests: bundle exec rspec

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 49.0%
  • Ruby 45.9%
  • Dockerfile 2.9%
  • JavaScript 1.1%
  • Other 1.1%