Manggigi / voting-system

Daedalus Hackathon - Season 1
https://voting-system-getgian.vercel.app
3 stars 0 forks source link

add json/seed for hackathon participants and teams #49

Open Asbeelzebub opened 11 months ago

Asbeelzebub commented 11 months ago

Participants [ { "hackathon_team_id": "1", "hackathon_id": "1", "user_id": "1" }, { "hackathon_team_id": "1", "hackathon_id": "1", "user_id": "2" }, { "hackathon_team_id": "2", "hackathon_id": "1", "user_id": "3" }, { "hackathon_team_id": "2", "hackathon_id": "1", "user_id": "4" }, { "hackathon_team_id": "3", "hackathon_id": "1", "user_id": "5" }, { "hackathon_team_id": "3", "hackathon_id": "1", "user_id": "6" }, { "hackathon_team_id": "4", "hackathon_id": "1", "user_id": "7" }, { "hackathon_team_id": "4", "hackathon_id": "1", "user_id": "8" }, { "hackathon_team_id": "5", "hackathon_id": "1", "user_id": "9" }, { "hackathon_team_id": "5", "hackathon_id": "1", "user_id": "10" } ]

Teams [ { "name": "ReactPressPHP", "hackathon_id": 1 }, { "name": "CastAway", "hackathon_id": 1 }, { "name": "Team Chibog", "hackathon_id": 1 }, { "name": "MAPEH", "hackathon_id": 1 }, { "name": "D'Rocketeers🚀", "hackathon_id": 1 } ]