Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bohaz/vendido

Vendido This is a full-stack application developed using Ruby on Rails. It offers users a platform where they can buy or sell items effortlessly through an intuitive and user-friendly interface.
https://github.com/bohaz/vendido

html5 javascript redis ruby-on-rails sidekiq stimulus-js tailwind-css viewcomponents

Last synced: about 2 months ago
JSON representation

Vendido This is a full-stack application developed using Ruby on Rails. It offers users a platform where they can buy or sell items effortlessly through an intuitive and user-friendly interface.

Awesome Lists containing this project

README

        

Vendido

# πŸ“— Table of Contents

- [πŸ“— Table of Contents](#-table-of-contents)
- [πŸ’Έ Vendido ](#-Vendido-)
- [πŸ›  Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [πŸ’» Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Database](#Database)
- [Usage](#usage)

- [πŸ‘₯ Author ](#-author-)
- [πŸ”­ Future Features ](#-future-features-)
- [🀝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [πŸ™ Acknowledgments ](#-acknowledgments-)
- [❓ FAQ (OPTIONAL) ](#-faq-optional-)
- [πŸ“ License ](#-license-)

# πŸ’Έ Vendido

**Vendido** This is a full-stack application developed using Ruby on Rails. It offers users a platform where they can buy or sell items effortlessly through an intuitive and user-friendly interface.

![alt text]() ![alt text]()

## πŸ›  Built With

### Tech Stack

Technologies

Linters


  • Rubocop

### Key Features

- [x] **Ruby on Rails**
- [x] **View componets**
- [x] **Stimulus Js**
- [x] **Postgres Database**
- [x] **Git Version Control**
- [x] **Redis**
- [x] **Sidekiq**
- [x] **Interactive User Interface**

(back to top)

## πŸ’» Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

Before you begin, make sure you have the following prerequisites installed on your system:

- Ruby: You need Ruby to run the Ruby on Rails application.
- Bundler: Bundler is used to manage gem dependencies in your Ruby project.

### Setup

Clone this repository to your desired folder:

sh

cd my-folder

git clone https://github.com/bohaz/vendido.git

### Install

Install this project with the steps below:

- After cloning, type `cd vendido` to access the project on the terminal.
- Run `bundle install` to install all the required dependancies.
- For developmente environment:
- Create Database with `rails db:create RAILS_ENV=development`
- Migrate Database with `rails db:migrate RAILS_ENV=development`

- For testing porpouses:
- Create Database with `rails db:create RAILS_ENV=test`
- Migrate Database with `rails db:migrate RAILS_ENV=test`

### Database
Create database using pgAdmin or terminal command line.

Run the following command to create database:
``rails db:create``

Then migrate the database by executing the following commands:
``rails db:migrate``

### Usage

To run the project, execute the following command:
- Run `rails s` to start a development server (it will run in port 3000)
- Now, you are ready to use the App!

## πŸ‘₯ Author

πŸ‘€ **Ricardo MartΓ­nez**

- GitHub: [@bohaz](https://github.com/bohaz)
- Twitter: [@Ricardo29115571](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)

(back to top)

## πŸ”­ Future Features

- [ ] **Deployment**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/bohaz/vendido/issues).

(back to top)

## ⭐️ Show your support

If you like this project please feel free to send me corrections for make it better I would feel glad to read your comments.
And think If you enjoy gift me a star.

(back to top)

## πŸ™ Acknowledgments

- GitHub Docs for providing a wealth of information on Git and GitHub.

(back to top)

## ❓ FAQ (OPTIONAL)

- **Can I use with a templeate your project?**

- Of course I would feel honored

- **Your project is free license?**

- Yeah, you can use it completely

(back to top)

## πŸ“ License

This project is licensed under the MIT License - you can click here to have more details [MIT](./LICENSE).

(back to top)