Skip to content

BrettHansen/EventPlanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

128 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Planner Pro

Requirements

Install

  • Be sure all of the above software is installed, and then inside of a command prompt or terminal, navigate to project root folder

  • Use bundle install to install the appropriate dependencies:

    bundle install
    
  • Once and only once use the following command to create the database:

    rake db:create
    
  • To migrate and seed the newly created database, use the following command:

    rake db:migrate db:seed
    
  • If a database does already exist use the following to overwrite:

    rake db:reset
    
  • Start the server

    rails s
    
  • Go to "http://localhost:3000" in your web browser

  • Done!

Testing

  • Start the server (as described above)

  • In a command prompt window, navigate to the project directory, and execute the appropriate command:

    • Unit Testing
    rake test
    
    • Functional Testing
    cucumber
    

View the Site on Heroku

About

CSE 360 Project

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages