Skip to content

Latest commit

 

History

History

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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;