https://github.com/heintayzar-hm/pair
[Meeting_For_You] addresses the challenge of scheduling pair programming sessions by providing a supportive community environment. Instead of tackling problems individually, this web app facilitates collaboration by bringing together two to three individuals to solve your problem together.
https://github.com/heintayzar-hm/pair
rails ruby
Last synced: about 2 months ago
JSON representation
[Meeting_For_You] addresses the challenge of scheduling pair programming sessions by providing a supportive community environment. Instead of tackling problems individually, this web app facilitates collaboration by bringing together two to three individuals to solve your problem together.
- Host: GitHub
- URL: https://github.com/heintayzar-hm/pair
- Owner: heintayzar-hm
- License: mit
- Created: 2023-06-04T12:34:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-05T03:08:45.000Z (about 3 years ago)
- Last Synced: 2025-08-08T16:36:16.278Z (11 months ago)
- Topics: rails, ruby
- Language: Ruby
- Homepage:
- Size: 630 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Meeting For You
# 📗 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](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
[Meeting_For_You] addresses the challenge of scheduling pair programming sessions by providing a supportive community environment. Instead of tackling problems individually, this web app facilitates collaboration by bringing together two to three individuals to solve your problem together. With features such as scheduling assistance and the ability to discover new meetings with diverse participants, [Meeting_For_You] aims to streamline the process of organizing and participating in collaborative programming sessions.
Server
Database
> Describe between 1-3 key features of the application.
- **[Finding_pair_programming_sessions]**
- **[Scheduling_pair_programming_sessions]**
- **[Fully_RESPONSIVE_DESGIN]**
- Not available due to time limitation
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/heintayzar-hm/pair.git
```
### Install
Install gems with:
```sh
cd pair
bundle install
```
Setup database:
You might need to open `config/database.yml` and below the development
You might need to add your user name and password of your psql database,
```sh
database: pair_development
username: your_username
password: your_password
```
Create and run migrations and seed some data
```sh
rails db:create db:migrate db:seed
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
### Run tests
To run tests, run the following command:
- No tests right now
### Deployment
You can deploy this project using: Railway or render
👤 **Hein Tay Zar**
- GitHub: [](https://github.com/heintayzar-hm)
- Twitter: [](https://twitter.com/heintayzarhm)
- LinkedIn: [](https://www.linkedin.com/in/hein-tay-zar)
> Describe 1 - 3 features you will add to the project.
- [ ] **[new_feature_1]**
- [ ] **[new_feature_2]**
- [ ] **[new_feature_3]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, please give me a star.
I would like to thank [hacklah](https://hacklah.devpost.com/)
Thank you very much for [flowbite](https://flowbite.com/blocks/publisher/blog-templates/) for some designs.
> Add at least 2 questions new developers would ask when they decide to use your project.
- **[Question_1]**
- [Answer_1]
- **[Question_2]**
- [Answer_2]
This project is [MIT](./LICENSE) licensed.