Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gjuliao/community-app
Ruby on Rails Community app with Hotwire Turbo and Stimulus. Implementation of ransack, kaminari, devise, Faker and many other gems.
https://github.com/gjuliao/community-app
Last synced: 16 days ago
JSON representation
Ruby on Rails Community app with Hotwire Turbo and Stimulus. Implementation of ransack, kaminari, devise, Faker and many other gems.
- Host: GitHub
- URL: https://github.com/gjuliao/community-app
- Owner: gjuliao
- Created: 2023-10-23T21:50:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-08T16:23:56.000Z (about 1 year ago)
- Last Synced: 2024-10-10T03:04:24.093Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Community App - (Linkedin Feautures)
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)** Community App is a platform that aims to mock similarities with Linkedin. Allows users to connect with users, accept or reject requests while managing the amount of connections plus allowing users to add, edit and delete work experience.**
This app was built with Rails.
- **Adding, accepting and rejecting users invitations**
- **Allows users to add work experience.**
- **Manage your network of connections.**
- [Pending deployment](https://pending-deployment.com/)
To get the content of this project locally you need to run the following commands in your terminal:
and follow these steps.
### Prerequisites
- IDE(code editor) like: **Vscode**, **Sublime**, etc.
- [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)
### Setup
Clone this repository to your desired folder:
1. Download the **Zip** file or clone the repo with:
`bash git clone [email protected]:gjuliao/community-app.git`
2. To access cloned directory run:
`bash cd community-app`
3. Open it with the live server
### Install
> To install linters and other project's dependencies run:
> `bundle install `
### Usage
To run the project, execute the following command:
### Run tests
To run tests, run the following command:
Test for Linters For tracking linter errors locally you need to follow these steps:
1. For tracking linter errors in HTML files run:
`bash npx hint . `
2. For tracking linter errors in CSS or SASS files run:
`bash npx stylelint "**/*.{css,scss}" `
3. For tracking linter errors in javascript files run:
`bash npx eslint . `
### Deployment
You can deploy this project using:
## 👥 Authors
👤 **Giovanni Juliao**
- GitHub: [@gjuliao](https://github.com/gjuliao)
- [ ] **[Create a chat experience]**
- [ ] **[Add stripe for a PRO version]**
- [ ] **[Create company pages.]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page]([../../issues/](https://github.com/gjuliao/company-app/issues)).
> Write a message to encourage readers to support your project
If you like this project please give us a star!
> Give credit to everyone who inspired your codebase.
I would like to thank to the rails team for making amazing programming language.
This project is [MIT](./MIT.md) licensed.