https://github.com/baroshem/nuxt-backend
Example Nuxt Backend Microservice
https://github.com/baroshem/nuxt-backend
Last synced: 3 months ago
JSON representation
Example Nuxt Backend Microservice
- Host: GitHub
- URL: https://github.com/baroshem/nuxt-backend
- Owner: Baroshem
- Created: 2023-10-17T07:15:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-12T07:18:10.000Z (12 months ago)
- Last Synced: 2025-03-17T11:21:26.986Z (3 months ago)
- Language: TypeScript
- Homepage: https://nuxt-backend.vercel.app
- Size: 995 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taking Nuxt to the Backend!
This repository is an example project where there are two Nuxt applications:
1. Cat Provider -> Nuxt (Nitro) app that acts as a backend microservice. It connects to Supabase to fetch the data and return it to the user.
2. Cat Consumer -> Nuxt application that fetches the data from Cat Provider to display the data from this REST API to the user.