Looped is a dynamic professional networking platform designed to connect individuals and companies in an interactive and structured environment. Users can join specialized servers, engage in discussions through dedicated channels, and showcase their expertise. The platform supports profile creation, resume uploads, and real-time communication via text, voice, and video. Additionally, users can explore job opportunities, build their portfolios, and foster professional relationships.
The mission of Looped is to provide a secure and engaging space for professional networking, collaboration, and career advancement. The platform incorporates robust security features such as permission-based access control, content moderation, and two-factor authentication to ensure a safe and productive user experience. Looped empowers professionals to expand their network, share insights, and explore new opportunities in an innovative and intuitive way.
- User Authentication: Secure login with OAuth and two-factor authentication (2FA)< 8000 /li>
- Profile & Resume Management: Users can create profiles, upload resumes, and showcase portfolios
- Real-Time Communication: Supports text, voice, and video chat within channels and direct messages
- Server & Channel System: Users can join or create industry-specific servers with structured communication
- Job Board Integration: Allows users to apply for jobs and companies to post job listings
- Scalability & Performance: Optimized with Redis caching, load balancing, and cloud hosting
Component | Description |
---|---|
API | Backend API handling authentication, data management, and business logic |
Database | Database setup and configuration instructions |
React | Frontend application built with React and Express |
Redis | Caching layer setup for optimized performance |
Socket | Real-time WebSocket server for seamless communication |
Util | Utility wrapper classes to reuse throughout the project |
Types | Types to be used throughout the project |
Assets | UI/UX design assets, branding materials, and other static files |
Ensure you have the following installed on your system:
- Node.js & npm
- Docker (optional, for containerized deployment)
- Redis (for caching)
- PostgreSQL or MongoDB (for database)
- Clone the Repository
git clone https://github.com/jamesql/Looped.git cd Looped
- Install Dependencies
npm install --needs to be done in all directories
- Set Up Environment Variables
Create a.env
file and configure the required variables:# JWT Secrets ACCESS_TOKEN_SECRET=your_jwt_secret_key REFRESH_TOKEN_SECRET=your_jwt_secret_key # Prisma PostgreSQL Database URL DATABASE_URL=postgresql://username:password@localhost:5432/database_name?schema=public # Redis URL REDIS_URL=redis://localhost:6379 # bCrypt Salt Rounds BCRYPT_SALT_ROUNDS=10
- Start Redis Server
redis-server
- Install Database
You'll need to copy your .env to ./API to use prisma migrate cd ./API npx prisma migrate dev
- Start the Application
All but React will be started from root directory /Looped API - ts-node ./API Socket - ts-node ./Socket React - npx run dev
Looped follows a structured workflow to ensure efficient communication and collaboration among users:
-
User Authentication & Profile Setup
- Secure account creation and login (OAuth, 2FA)
- Profile customization with resume and portfolio uploads
-
Server & Channel Interaction
- Join or create industry-specific servers
- Participate in discussions through structured text, voice, and video channels
-
Networking & Messaging
- Direct messaging with connections
- Group conversations and professional discussions
-
Job Applications & Portfolio Showcase
- Explore and apply for job opportunities
- Showcase projects and past work
Looped is built with scalability in mind, ensuring optimal performance and reliability as the user base grows:
- Microservices Architecture: Modular services to allow independent scaling
- Cloud Hosting & Load Balancing: Deployments on scalable cloud infrastructure
- Database Optimization: Efficient indexing and caching strategies using Redis
- Real-time Communication: WebSocket-based messaging for seamless interaction
We welcome contributions from the community! To contribute:
- Fork the repository
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit:
git commit -m "Description of changes"
- Push to your fork and submit a pull request
This project is licensed under the MIT License.
For detailed setup instructions, API references, and developer guides, please visit the official documentation.
For inquiries or support, reach out to us at:
📧 Email: [help@looped.it.com]
🌐 Website: looped.it.com