Technical requirements
Among the usual topics of Next.js and Supabase, this chapter will touch on the topic of database design (creating table structures and data). Hence, you must have basic database knowledge.
The related code for this chapter can be found within the Ch05_TicketSystem_MultiTenancy
branch (https://github.com/PacktPublishing/Building-Production-Grade-Web-Applications-with-Supabase/tree/Ch05_TicketSystem_MultiTenancy).
You can use the reset
script (npm run reset
) to get a fresh, hassle-free Supabase instance that matches the progress of the branch.