Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luisc73/grayola-dashboard

Prueba técnica full stack con NextJs y Supabase.
https://github.com/luisc73/grayola-dashboard

cookie dashboard fullstack nextjs react supabase supabase-js tailwindcss typescript

Last synced: 8 days ago
JSON representation

Prueba técnica full stack con NextJs y Supabase.

Awesome Lists containing this project

README

        

# Grayola Dashboard

![opengraph](https://github.com/user-attachments/assets/322b1134-e02d-4b65-9a26-bbfd675566df)

## Tecnologías

- NextJs
- Supabase
- Tailwind CSS

## Acerca del proyecto

- Proyecto fullstack de prueba técnica que permite registrar e iniciar sesión a usuarios con roles distintos. Además, los usuarios con rol cliente pueden crear proyectos, los usuarios con rol project manager pueden asignarlos a diseñadores, modificarlos y eliminarlos.

## Cómo utilizarlo

### 1. Clona el repositorio

```bash
git clone https://github.com/LuisC73/Grayola-dashboard.git
```

### 2. Instala las dependencias

```bash
npm install
```

### 3. Crear variables de entorno

```bash
NEXT_PUBLIC_SUPABASE_URL=[INSERT SUPABASE PROJECT URL]
NEXT_PUBLIC_SUPABASE_ANON_KEY=[INSERT SUPABASE PROJECT API ANON KEY]
```

### 4. Correr en local

```bash
npm run dev
```

## Supabase - BD

![schema](https://github.com/user-attachments/assets/85890c74-fde0-4bce-a595-94729b52015e)

## Autor

- Luis Miguel Castro Curequia