-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started with the Project
Vanessa Ejikeme edited this page Feb 19, 2018
·
3 revisions
-
Requirements
-
How to setup the project/Installation/Configuration
- Clone the repo
git clone https://github.com/vynessa/wanderlust.git. - Navigate to the
wanderlustdirectory. - 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 sorrails serverto start the application and navigate tolocalhost:8000to view the app.
- Clone the repo