Skip to content

psmousinho/FakeTwitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FakeTwitch

About

This project is a REST API that simulates the functionalities of the gameplay streaming service called Twitch. A registered user can follow other users or categories(games) and, from that, have acess to livestreams related to their interest.

Setup

The dependencies of this project are handle by Maven. So if you're using an IDE, it will probably handle the setup for you. If you want to setup by yourself you can run the command ./mvnw spring-boot:run in the root directory after installing Maven.

You can test the API features by using the documentation built automatically by Swagger. Run the project and acess localhost:8080/swagger-ui.html.

Features

The API contains the following features:

  • Channel

    • Create
    • List
      • List active LiveStreams from channels followed
      • List past LiveStreams from channels followed
      • List categories followed
      • List all followed channels
    • Detail
    • Update
    • Delete
  • Connection

    • Create
    • List
    • List by type
    • Detail
    • Update
    • Delete
  • Category

    • Create
    • List
    • List by genre
    • Detail
    • Update
    • Delete
    • List Followers
    • List Streams
  • LiveStream

    • Create
    • List All (by status)
    • List by owner (and by status)
    • Update
    • Delete
  • Twitch

    • Search by name
    • Search by id

Tools and technologies

This project was developed using the following tools and technologies:

  • Spring Boot
  • PostgreSQL (ElephantSQL)
  • Authentication by JWT
  • Swagger

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages