Closed frankenwino closed 1 month ago
References issue #53
Amended type Avatar from
export type Avatar = {
id: number;
name: string;
image: string;
colour_code: string;
};
...to
export type Avatar = {
id: number;
name: string;
emoji: string;
colour_code: string;
};
Look at ./components/ConnectToDBExample.tsx for a demo.
Pre-use checklist:
npm install
to install the new dependencies
Create a read-only database that will be populated with mock data. Provide team with access credentials.