| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Circle is a modern, full-stack monorepo application designed to provide a seamless social experience. It leverages a robust architecture comprising a high-performance backend and a dynamic, responsive frontend.
This repository serves as the ROOT monorepo, housing all sub-projects and shared resources necessary for the development, deployment, and maintenance of the Circle platform.
This repository is organized as a monorepo, facilitating code sharing and unified versioning across different parts of the application.
circle/
├── .git/ # Git configuration
├── be-circle/ # Backend API (Node.js/Express, Prisma)
├── fe-circle/ # Frontend Application (React, Vite)
├── ARCHITECTURE.md # System architecture documentation
├── CHANGELOG.md # Version history
├── CODE_OF_CONDUCT.md # Community standards
├── CONTRIBUTING.md # Contribution guidelines
├── GOVERNANCE.md # Project governance
├── LICENSE # License information
├── README.md # This file
├── ROADMAP.md # Future plans
├── SECURITY.md # Security policies
└── SUPPORT.md # Support channels
The Circle platform consists of the following primary sub-projects:
The server-side application responsible for API handling, database interactions, and authentication.
The client-side application providing the user interface and user experience.
To get a local copy of the project up and running, follow these simple steps.
Clone the repository
git clone https://github.com/MDF05/circle.git
cd circleInstall Dependencies Refer to the individual sub-project READMEs for specific installation instructions.
This section serves as the central navigation hub for all project documentation. Please refer to the specific documents below for detailed information.
We welcome contributions! Please follow our standard process:
We take security seriously. If you discover a vulnerability, please do NOT open a public issue. Review our Security Policy for instructions on how to report it safely.
Distributed under the ISC License. See LICENSE for more information.
Project Link: https://github.com/MDF05/circle
| Back | FazBrowse Home | New Git URL |