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: about 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-28T17:49:19.000Z (over 1 year ago)
- Last Synced: 2025-04-03T14:43:52.694Z (about 1 year 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"