Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 917 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 917 Bytes

Youtube search backend

Table of content

Starting

run

docker compose up

graphql endpoint will be available at http://localhost:8080/graphql

Schema

All needed information to comunicate with server are available in schema.gql file

Features

  • proposal system (change can be proposed by anyone and then must be accepted)
  • hide system (allow hiding resources with tracking history)
  • revision system (every change is recorded)
  • detecting mentions in descriptions
  • users opinions
  • easy in use search engine
  • youtube integration scheduled data updates
  • granular permissions

Technologies