Created RoomsTable and RoomsToUsersTable
Closes #27
Created RoomsTable
- Each room has roomId, roomName, roomCode, and createdBy
- Also added createRoom, findRoomByCode, findRoomById, updateRoom, and deleteRoom for RoomsTabe
Created RoomsToUsers to relate each room to users