A full-stack social media web application with React and Spring Boot
# Clone the repository with submodules
git clone --recurse-submodules https://github.com/CodeBrosLab/SocialSphere.git
cd SocialSphere
# Start all services
docker-compose up -d
# Stop all services
docker-compose downService URLs:
- Frontend: http://localhost:5173
- Backend API: http://localhost:8080
- Framework: React
- Language: TypeScript
- Styling: Tailwind CSS
- Data Fetching: React Query
- Build Tool: Vite
- Framework: Spring Boot
- ORM: Hibernate
- Security: Spring Security
- Database: PostgreSQL
- Build Tool: Maven
This project is licensed under the MIT License - see the individual component repositories for details.