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

https://github.com/rowentey/justjio

Invite your friends to hangout easily 🀄
https://github.com/rowentey/justjio

cloudflare docker golang kafka postgresql react websockets

Last synced: 2 months ago
JSON representation

Invite your friends to hangout easily 🀄

Awesome Lists containing this project

README

          

# JustJio 🎉 ![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgomon.rowentey.xyz%2Fapi%2Fwebsites%2Fbadge%3FwebsiteUrl%3Dhttps%3A%2F%2Fjustjio-staging.rowentey.xyz) [![CI Pipeline](https://github.com/RowenTey/justjio/actions/workflows/ci.yml/badge.svg)](https://github.com/RowenTey/justjio/actions/workflows/ci.yml) [![Staging Environment](https://github.com/RowenTey/justjio/actions/workflows/staging_cd.yml/badge.svg)](https://github.com/RowenTey/justjio/actions/workflows/staging_cd.yml)

> A party-planning app that streamlines all the pain of hosting one 🍻

![landing](./client/public/assets/JustJio.gif)

## 🛠 Getting Started

> See specific instructions from respective directories

## 📂 Project Folder Structure

### Top Level Directory Layout

```terminal
.
├── .github/ # CI/CD pipeline
├── client/ # react web app
├── server/
├── api/ # go API server
└── ws/ # go websockets server
└── infra/ # infra configs
```