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

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.

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]

[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.

## 🛠 Built With

### Tech Stack

Server

Database

### Key Features

> Describe between 1-3 key features of the application.

- **[Finding_pair_programming_sessions]**
- **[Scheduling_pair_programming_sessions]**
- **[Fully_RESPONSIVE_DESGIN]**

(back to top)

## 🚀 Live Demo

- Not available due to time limitation

(back to top)

## 💻 Getting Started

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

(back to top)

## 👥 Authors

👤 **Hein Tay Zar**

- GitHub: [![Hein](https://img.shields.io/badge/-Hein_Tay_Zar-white?logo=GitHub&logoColor=181717&style=plastic)](https://github.com/heintayzar-hm)
- Twitter: [![heintayzar](https://img.shields.io/badge/-heintayzar-blue?logo=Twitter&logoColor=skyBlue&style=plastic)](https://twitter.com/heintayzarhm)
- LinkedIn: [![Hein-Tay-zar](https://img.shields.io/badge/-Hein_Tay_Zar-blue?logo=LinkedIn&logoColor=#0072b1&style=plastic)](https://www.linkedin.com/in/hein-tay-zar)

(back to top)

## 🔭 Future Features

> Describe 1 - 3 features you will add to the project.

- [ ] **[new_feature_1]**
- [ ] **[new_feature_2]**
- [ ] **[new_feature_3]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, please give me a star.

(back to top)

## 🙏 Acknowledgments

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.

(back to top)

## ❓ FAQ (OPTIONAL)

> Add at least 2 questions new developers would ask when they decide to use your project.

- **[Question_1]**

- [Answer_1]

- **[Question_2]**

- [Answer_2]

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)