Skip to content

biancapower/generic-marketplace

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published