Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 766 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 766 Bytes

Generic Marketplace

This app has been deployed on Fly.io at https://generic-marketplace.fly.dev.

Overview

This is a generic marketplace app that allows users to create listings, view listings, and purchase listings. It is built with Ruby on Rails.

User Flow

User Flow

Running Locally

The following are requirements in order to run this app locally:

  • Ruby version 2.7.5
  • Node version 16.16.0
  • Rails version 6.1.6
  • PostgreSQL

Once the above have been installed / set up:

  1. clone this repo to your machine
  2. cd into the application folder
  3. bundle install
  4. yarn install
  5. rails db:create
  6. rails db:migrate
  7. rails s to start the rails server