letgo-clone

It is a clone application of letgo.com

GPL-3.0 License

Stars
1
Committers
2

Letgo Clone

It is a clone application of Letgo, created with Ruby on Rails & VueJS

Installation

Prerequisites

Installation

  • Install GEM dependencies:

    bundle install
    
  • Install asset dependencies:

    yarn install
    
  • Create database, migrate tables and run the seed data:

    rails db:create
    rails db:migrate
    rails db:seed
    
  • If you are setting up again, when you already have previous databases:

    rails db:reset
    
  • For dropping database

    rails db:drop
    

LICENSE

GNU GENERAL PUBLIC LICENSE Version 3
Badges
Extracted from project README
Codacy Badge
Related Projects