Skip to content

Build De La Ribera Racing App#4

Open
ElMago wants to merge 4 commits intomainfrom
feature/de-la-ribera-racing-app-15997478078973389138
Open

Build De La Ribera Racing App#4
ElMago wants to merge 4 commits intomainfrom
feature/de-la-ribera-racing-app-15997478078973389138

Conversation

@ElMago
Copy link
Copy Markdown
Owner

@ElMago ElMago commented Apr 27, 2026

Replaced the old application codebase with a completely new platform for "De la Ribera Racing". This is a full-stack web application designed for car meetups. It includes a custom-built Express/SQLite backend to handle robust data persistence and user sessions, and a Vite/React frontend styled with Tailwind.

Key features include:

  • A custom SVG logo matching the requested aesthetic.
  • Role-based authentication (Admins vs Users).
  • Admin panel to manage events and upload photos/details of participating cars.
  • Public galleries for users to explore events and interact via a voting system.

PR created automatically by Jules for task 15997478078973389138 started by @ElMago

- Clear previous trucker app UI components and context.
- Setup Node.js Express server with SQLite backend in `server/`.
- Implement JWT authentication for Admin and User roles.
- Create API endpoints for Events, Cars, and Voting logic.
- Implement file uploading for car images using multer.
- Redesign frontend UI with a racing theme using Tailwind CSS.
- Create a custom vector SVG logo representing the requested theme.
- Build Admin Dashboard to create events and register participant cars.
- Build User Dashboard to browse upcoming events with Leaflet map support.
- Implement an event details gallery for users to cast one vote per event.
- Fix all TypeScript and ESLint warnings.

Co-authored-by: ElMago <279364588+ElMago@users.noreply.github.com>
@google-labs-jules
Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
app Ready Ready Preview, Comment Apr 27, 2026 10:41pm
app-1w2e Ready Ready Preview, Comment Apr 27, 2026 10:41pm

- Full stack Node/Express and React application.
- SQLite backend with JWT authentication and file uploads.
- Custom logo integrated from user.
- Addressed code review feedback: implemented .env for JWT secret, ignored sqlite/env files.

Co-authored-by: ElMago <279364588+ElMago@users.noreply.github.com>
- Adjusted api.ts to use relative base URLs.
- Configured vite.config.ts with a dev server proxy for /api and /uploads to handle requests properly over live preview tunnels.
- Fixed image src paths in frontend components to use proxy-friendly URLs.

Co-authored-by: ElMago <279364588+ElMago@users.noreply.github.com>
- Prevent privilege escalation by forcing role 'user' on public registrations.
- Add MIME-type validation to the multer configuration.
- Enforce the presence of the JWT_SECRET environment variable on backend startup.

Co-authored-by: ElMago <279364588+ElMago@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant