Skip to content

Commit ea22251

Browse files
committedJul 4, 2022
add README
1 parent 56e5d71 commit ea22251

File tree

2 files changed

+16
-22
lines changed

2 files changed

+16
-22
lines changed
 

‎README.md

+16-22
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,18 @@
11
# README
22

3-
This README would normally document whatever steps are necessary to get the
4-
application up and running.
5-
6-
Things you may want to cover:
7-
8-
* Ruby version
9-
10-
* System dependencies
11-
12-
* Configuration
13-
14-
* Database creation
15-
16-
* Database initialization
17-
18-
* How to run the test suite
19-
20-
* Services (job queues, cache servers, search engines, etc.)
21-
22-
* Deployment instructions
23-
24-
* ...
3+
This is an app that displays a list of items from users.
4+
5+
The displayed list of items comes from a JSON file in a S3 bucket. The JSON file contains a lot of properties about each item and user so I have used properties that are displayed on the OLIO app to mimic the look/feel of it.
6+
7+
### Running the app
8+
1. Firstly, if you don't already have it, install Ruby. Here is a [helpful guide](https://www.ruby-lang.org/en/documentation/installation/) for this.
9+
2. Download the code for the app if you haven't already.
10+
3. Open a terminal and type:
11+
`gem install bundler`
12+
4. Change into the app's directory from the terminal using
13+
`cd itemlistings` (or prefixed with the path to where you have saved it, if not the home directory)
14+
5. Run `bin/setup` in the terminal
15+
6. Run `rails server` in the terminal
16+
7. Open your browser of choice and go to `localhost:3000`
17+
18+
![Screenshot](app/assets/images/homepage.png)

‎app/assets/images/homepage.png

1000 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.