Skip to content

Getting Started with the Project

Vanessa Ejikeme edited this page Feb 19, 2018 · 3 revisions

Getting started with the project

  • Requirements

    • To run the app locally, install these external dependencies: Rubygems and Bundler.
  • How to setup the project/Installation/Configuration

    • Clone the repo git clone https://github.com/vynessa/wanderlust.git.
    • Navigate to the wanderlust directory.
    • Run bundle install. This installs all the external dependencies in the gemfile.
    • After this, set up the database by running rake db:setup.
    • Run rails s or rails server to start the application and navigate to localhost:8000 to view the app.

Clone this wiki locally