Manage your holiday home through a shared calendar
View app
Bookie is a user-friendly platform designed to assist families and friends in managing their jointly owned vacation homes.
- ReactJS
- NextJS
- TailwindCSS
- Supabase - Used for Postgres database, authentication and file-storage.
- Node.js (version 18.2.0)
- npm
- Run
npm i
to install depencies - Copy
.example.env
and rename it to.env
- Add the various Supabase keys to the
.env
file
- Run
npm run dev
to start the development server, and open http://localhost:3000 with your browser
The app is hosted on Vercel. Every commit pushed to the main
branch will trigger a Production Deployment.
Dates in the Postgres database are stored in the the ISO 8601 format (YYYY-MM-DD). There is no time information stored. When working with dates in the front-end, a date is parsed to a Date object using date-fns.