Skip to content
/ maitre Public

Menus management app built with Vue 3 and Supabase.io

Notifications You must be signed in to change notification settings

dj0nny/maitre

Repository files navigation

maitre

Menus management app built with Vue 3 and Supabase.io

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

VUE_APP_SUPABASE_URL

VUE_APP_SUPABASE_ANON_KEY

For more info see the links below:

https://supabase.io/docs/guides/api#api-url-and-keys
https://supabase.io/docs/guides/api#using-the-api

Run Locally

Clone the project

  git clone https://github.com/dj0nny/maitre.git

Go to the project directory

  cd maitre

Install dependencies

  npm install

Start the server

  npm run serve

Demo

You can see the demo here

Tech Stack

Client: Vue 3, Vuex, Bootstrap 5

Server: Supabase.io

Authors