https://github.com/hazyvt/gamelist
A website to show off the games you've played and score them
https://github.com/hazyvt/gamelist
Last synced: about 1 year ago
JSON representation
A website to show off the games you've played and score them
- Host: GitHub
- URL: https://github.com/hazyvt/gamelist
- Owner: HazyVT
- Created: 2023-09-28T10:16:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T14:17:28.000Z (over 2 years ago)
- Last Synced: 2025-02-02T00:40:04.724Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://gdb.mosalim.site
- Size: 1.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game List
Allows users to create a list of games
## Table Structure
Users: {
id,
username,
image
}
Games: {
id,
user_id,
game_name,
game_image,
rating
}