A Nuxt 3 app that displays how to use Server Routes & Middleware to perform CRUD operations.
- Add mongo uri to
.env
file - Install dependencies with
npm install --force
(Force if you get an error abot pinia) - Run dev with
npm run dev
- Build & deploy if you want to
npm run build