A peer-to-peer marketplace where users can buy and sell items. You can also search for items. This project was made for Module 3 of Flatiron School's Software Engineering Intensive program. Module 3 was focused on learning Vanilla Javascript. Created with the help of @joe-millers-code
This repository is for the Rails backend, visit here for the front-end code base
Click here for the hosted app. Rails app was deployed to Heroku.
Some of the techniques used to create this app:
- Implemented Active Record models to store user accounts and items for sale.
- Displayed item information and search query results from Rails.
- Presented all information using vanilla javascript and the DOM API.
-
cd to project directory
-
bundle install
-
rails db:create
-
rails db:migrate
-
rails db:seed
and finally
rails s
- Ruby on Rails
- Javascript
- PostgreSQL
- ActiveRecord
- HTML
- CSS
- Bulma