siddamvinay2001 / my-kitty

0 stars 1 forks source link

My Kitty Party App

My Kitty Party is a group-based application where users can form groups, pool money monthly, and select a winner each month through a lucky spin. The application includes backend services for authentication, chat, user management, and transactions. It uses a combination of PostgreSQL and MongoDB databases.

Project Structure

The project is organized as a monorepo with the following structure:

Apps

Packages

Databases

Yarn Workspaces

This project uses Yarn workspaces to manage dependencies across multiple packages. To install dependencies, run:


yarn install