An online social networking application that helps college students buy and sell used books.
The project is currently in the early stages of development, with some functionality already implemented for buying and selling books.
- Ruby v. 2.3.0
- Ruby on Rails v. 5.0.0.1
- SQLite 3
How can I run this project?
-
Open your terminal and clone the repository:
$ git clone https://github.com/cramaechi/campus-peer.git
or download as ZIP.
-
Navigate to the project's directory:
$ cd campus-peer
-
Ensure you are using the correct versions of Ruby, Rails, and SQLite:
$ rake about
-
Start the web server to run the application:
$ rails server webrick
-
Finally, access the application by pointing your browser at the URL http://localhost:3000.
-
Login with the following credentials:
Email: guest@gmail.com
Password: test -
From the homepage, click on the "Buy" link on the top-left to buy a book:
- Select any of the books in the rectangular box or search for a book by ISBN or name:
- Buy any of the books listed in the table:
- Your receipt is shown for the purchase just made:
- You can logout at anytime by clicking the key icon at the top-right of the page (shown in above image).