import React from 'react';
interface BackendStreamingServiceProps {
technologies: string[];
roles: string[];
repositoryUrl: string;
}
export default function BackendStreamingService({technologies, roles, repositoryUrl}: BackendStreamingServiceProps) {
return (
<div className="project-container">
<h1>Backend Streaming Service</h1>
<TechStack items={[
"Java",
"PLSQL/ Oracle",
"RESTful API",
"JUnit"
]} />
<ProjectLink href="https://github.com/Mohamed-Taha-Sta/NetflixProject" />
</div>
);
}
// Roles:Backend Developer,Database Engineer