bennymeier / stadivisits

Stadivisits is a site where people can enter their visits to stadiums, e.g. how many times they have been in which stadium, against which opponent and whether they still know what beer, sausage, sandwich and co cost. This should create a network for soccer enthusiasts!

Home Page:https://stadivisits.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stadivists

Technologies

  • Next.js
  • TypeScript
  • React
  • Mongoose
  • MongoDB
  • Next-Auth
  • Package Manager: pnpm

Database Models

User

# type
id string
name string
mail string
emailVerified timestamp
image string

VerificationToken

# type
identifier string
token string
expires timestamp

Session

# type
id string
expires timestamp
sessionToken string
userId string

Stadium

# type
id string
name string
longitude number
latitude number
city string
country string
constructionStart timestamp
opening timestamp
costs number
capacity number

Post

# type
id string
user.id string
stadium.id string
message string
visitedDate timestamp

Post Images

# type
id string
post.id string
image {data: buffer, contentType: string}

About

Stadivisits is a site where people can enter their visits to stadiums, e.g. how many times they have been in which stadium, against which opponent and whether they still know what beer, sausage, sandwich and co cost. This should create a network for soccer enthusiasts!

https://stadivisits.vercel.app


Languages

Language:TypeScript 94.8%Language:JavaScript 5.2%