Skip to content

nkmongit/cabin-hunt

Repository files navigation

CABIN HUNT

This project is a cabin management system where a cabin manager can check the cabin details, book the guests and manage them, with all the expenditures using a dashboard.

I have used ReactJS for the front end, Supabase for the backend tooling, and ReactQuery for managing the state.

SUPABASE SETUP

''' import { createClient } from '@supabase/supabase-js';

export const supabaseUrl = '{addUrlHere}'; const supabaseKey = '{addKeyHere}'; const supabase = createClient(supabaseUrl, supabaseKey);

export default supabase; '''

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages