Skip to content

hariprasadd0/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

38 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

A collection of mini backend projects

πŸ”„ Caching Proxy

A caching proxy service designed to improve performance by storing frequently requested data

caching-proxy

πŸ’¬ WebSocket Chat

A real-time chat application built with WebSocket

websocket-chat

πŸ” ABAC (Attribute-Based Access Control)

An attribute-based access control system

ABAC

Getting Started

Each project is self-contained with its own dependencies and setup instructions. Navigate to the respective project directory for detailed documentation.

# Navigate to a specific project
cd caching-proxy/     # For caching proxy
cd websocket-chat/    # For WebSocket chat
cd ABAC/              # For ABAC system

Project Structure

backend/
β”œβ”€β”€ caching-proxy/          # Caching proxy service
β”œβ”€β”€ websocket-chat/         # WebSocket chat application  
β”œβ”€β”€ ABAC/                   # Attribute-based access control
└── ...          

Prerequisites

  • Node.js (version requirements may vary by project)
  • npm or yarn package manager
  • Additional dependencies as specified in each project's documentation

Quick Start

  1. Clone the repository
git clone https://github.com/hariprasadd0/backend.git
cd backend
  1. Choose a project and follow its specific setup instructions
cd <project-name>
pnpm install
# Follow project-specific README for further setup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors