https://github.com/nejdetkadir/letgo-clone
It is a clone application of letgo.com
https://github.com/nejdetkadir/letgo-clone
clone clone-app clone-repo letgo rails rails-clone rails6 ruby ruby-on-rails ruby-on-rails-6 ruby-on-rails-clone
Last synced: about 2 months ago
JSON representation
It is a clone application of letgo.com
- Host: GitHub
- URL: https://github.com/nejdetkadir/letgo-clone
- Owner: nejdetkadir
- License: gpl-3.0
- Created: 2021-09-01T15:02:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T19:35:50.000Z (over 3 years ago)
- Last Synced: 2025-02-14T07:32:47.207Z (3 months ago)
- Topics: clone, clone-app, clone-repo, letgo, rails, rails-clone, rails6, ruby, ruby-on-rails, ruby-on-rails-6, ruby-on-rails-clone
- Language: Ruby
- Homepage: https://letgo-clone.herokuapp.com
- Size: 1.28 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.codacy.com/gh/nejdetkadir/letgo-clone/dashboard?utm_source=github.com&utm_medium=referral&utm_content=nejdetkadir/letgo-clone&utm_campaign=Badge_Grade)
# Letgo Clone
It is a clone application of [Letgo](https://www.letgo.com/), created with Ruby on Rails & VueJS
# Installation
## Prerequisites
- [Ruby](https://rvm.io/)
- [NodeJS (>=10.x)](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)
- [Yarn](https://yarnpkg.com/lang/en/docs/install/#debian-stable)
- [PostgreSQL](https://www.postgresql.org/download/)
- [ImageMagick](https://imagemagick.org/) `sudo apt-get install imagemagick libmagickcore-dev libmagickwand-dev`## Installation
- Install GEM dependencies:```bash
bundle install
```- Install asset dependencies:
```bash
yarn install
```- Create database, migrate tables and run the seed data:
```bash
rails db:create
rails db:migrate
rails db:seed
```- If you are setting up again, when you already have previous databases:
```bash
rails db:reset
```
- For dropping database
```bash
rails db:drop
```# LICENSE
```
GNU GENERAL PUBLIC LICENSE Version 3
```