Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.06 KB

File metadata and controls

47 lines (34 loc) · 1.06 KB

SocialSphere 🌐

A full-stack social media web application with React and Spring Boot

Quick Start

# 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 down

Service URLs:

Technology Stack

Frontend

  • Framework: React
  • Language: TypeScript
  • Styling: Tailwind CSS
  • Data Fetching: React Query
  • Build Tool: Vite

Backend

  • Framework: Spring Boot
  • ORM: Hibernate
  • Security: Spring Security
  • Database: PostgreSQL
  • Build Tool: Maven

Contributors

License

This project is licensed under the MIT License - see the individual component repositories for details.