Loading repository data…
Loading repository data…
FilipeHSAraujo / repository
ConnectPro is a professional networking platform, designed to connect people, companies, and opportunities in a simple and efficient way. The platform allows users to create professional profiles, share experiences, skills, and projects, interact with other users, and build meaningful professional connections. ConnectPro focus
ConnectPro is an open-source backend project inspired by a professional networking platform similar to LinkedIn.
The goal is to build a well-structured and maintainable backend application, applying software engineering best practices, clean architecture, and RESTful APIs.
ConnectPro aims to serve as a foundation for a professional networking platform, allowing user management and future expansion into features such as connections, posts, and interactions.
The project also serves as a practical learning environment, with a strong focus on clean code, security, and open-source collaboration.
The project follows a layered architecture:
| Method | Endpoint | Description |
|---|---|---|
| POST | /users | Create a user |
| GET | /users/{id} | Get user by ID |
| GET | /users | List all users |
| DELETE | /users/{id} | Delete user |
(Endpoints may evolve as the project grows)
Join our GitHub community discussions to share ideas, ask questions, or suggest improvements. Let’s build something great together!
Use the issues section to report bugs, suggest improvements, or ask questions about the project.
Special thanks to all the amazing people who have contributed to this project.
This project is open source and available under the MIT License. Feel free to use, modify, and distribute it for personal or commercial projects.