Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1002 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 1002 Bytes

Back-end

Handles getting game information and ads for the application.

NodeJS Express.js
SQLite TypeScript
Prisma

Entities:

/games

  • id
  • title
  • bannerUrl

/ads

  • id
  • gameId
  • name
  • yearsPlaying
  • discord
  • weekDays
  • hourStart
  • hourEnd
  • useVoiceChannel
  • createdAt

Use Case

  • Listing games with ad count;
  • Creating new ads;
  • Listing new ads per game;
  • Search Discord by ad ID;