Skip to content

failure-driven/railscamp-search-term

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
bin
 
 
 
 
 
 
db
 
 
lib
 
 
log
 
 
 
 
 
 
 
 
 
 
tmp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README

How To Run

Ensure foreman is installed, then:

[PUBLIC_PORT=<port>] foreman start

By default the app will be reachable at localhost:5100 (set by foreman), but PUBLIC_PORT will override this port if set.

Testing

To run tests, ensure that foreman is running using:

foreman start --procfile=Procfile.test

and then run:

rspec

...

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

About

SearchTerm app built at RailsCamp_AU Hobart Woodfield Rails Camp 24

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published