This project simulates a bike accessory shop and also contains information about trips and stations from a bike share platform located in San Francisco. If you would like to see this code in action, you can visit our Heroku deployed app. If you would like to browse the site as a registered user, you can create an account by clicking on 'Log In' and then clicking on 'Create A New Account.' If you would like to browse the site as an admin, you can use the username - 'admin@gamil.com' and password - 'admin' to log in and browse the site as an admin, giving you access to different areas of the site.
If you would like to run this application on your local machine, follow these steps.
- Fork this repository and clone the forked repository.
- Once you have the forked repository cloned, navigate to the root directory of the application.
- From the root directory of the application, run these two commands:
bundle install
bundle update
- Once both of those commands have been run, you can run our test suite by running this command from the root directory:
rspec
- We included the following gems in our project: