It is a clone application of Letgo, created with Ruby on Rails & VueJS
- Ruby
- NodeJS (>=10.x)
- Yarn
- PostgreSQL
- ImageMagick
sudo apt-get install imagemagick libmagickcore-dev libmagickwand-dev
-
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
GNU GENERAL PUBLIC LICENSE Version 3