Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 475 Bytes

README.md

File metadata and controls

31 lines (15 loc) · 475 Bytes

Streaming-Backend

Installation

  1. Create database named "streaming" in MongoDB

API

The backend of this streaming project exposes the following API endpoints:

  1. http://localhost:8080/register
    alt text

  2. http://localhost:8080/login
    alt text

  3. http://localhost:8080/video/upload
    alt text

  4. http://localhost:8080/video/get/{id}
    alt text

"# UserService"