brooks-builds / streaming_overlays

A web application to host our streaming overlays and schedule
MIT License
2 stars 1 forks source link

streaming_overlays

A web application to host our streaming overlays and schedule

Next time

Build the rest of the database seeds

What we are building

https://www.streaming-schedule.com - landing page that has a signup / login link https://www.streaming-schedule.com/brookzerker

Database Schema

Users


|- id - BigInteger * | name - string (unique) | email - string | email_verified_at - timestamp | title - string | password - string | created_at - timestamp | updated_at - timestamp

Links


id - BigInteger * event_id - BigInteger (nullable) user_id - BigInteger text - string to - string

Events


id - BigInteger * user_id - BigInteger title - String description - string

StreamTimes


id - BigInteger * event_id - BigInteger start_time - timestamp end_time - timestamp