https://github.com/devops-video-sharing/userservice
https://github.com/devops-video-sharing/userservice
devops google-cloud-platform google-kubernetes-engine load-balancer microservices mongodb spring-boot
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devops-video-sharing/userservice
- Owner: DevOps-Video-Sharing
- Created: 2024-05-25T04:48:17.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-12-28T17:49:19.000Z (5 months ago)
- Last Synced: 2025-01-24T05:25:52.000Z (4 months ago)
- Topics: devops, google-cloud-platform, google-kubernetes-engine, load-balancer, microservices, mongodb, spring-boot
- Language: Java
- Size: 306 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Streaming-Backend
## Installation
1. Create database named "streaming" in MongoDB
2.## API
The backend of this streaming project exposes the following API endpoints:
1. `http://localhost:8080/register`
2. `http://localhost:8080/login`
3. `http://localhost:8080/video/upload`
4. `http://localhost:8080/video/get/{id}`
"# UserService"