# Full-Stack with Node REST API

This is a kitchen think example with the following stack:

* Vite
* [TanStack Router - File Based Routing](https://tanstack.com/router/latest/docs/framework/react/routing/file-based-routing)
* A Todos Rest API implemented with Node and [Hono](https://hono.dev/)

{% embed url="<https://youtu.be/33VijFArY9s>" %}

The app is live here:

{% embed url="<https://vite-insee-starter.demo-domain.ovh/>" %}

The frontend (Vite project):

{% embed url="<https://github.com/InseeFrLab/vite-insee-starter>" %}

The backend (Node Todos App REST API):

{% embed url="<https://github.com/InseeFrLab/todo-rest-api>" %}
