https://github.com/BayBreezy/nuxt-3-server-api
https://github.com/BayBreezy/nuxt-3-server-api
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/BayBreezy/nuxt-3-server-api
- Owner: BayBreezy
- Created: 2022-09-16T03:22:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T10:17:26.000Z (6 months ago)
- Last Synced: 2024-11-25T11:24:50.984Z (6 months ago)
- Language: Vue
- Size: 1.44 MB
- Stars: 74
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 CRUD App
A Nuxt 3 app that displays how to use [Server Routes & Middleware](https://v3.nuxtjs.org/guide/directory-structure/server) to perform CRUD operations.
## Stuff used
- [Nuxt 3](https://v3.nuxtjs.org)
- [TailwindCSS](https://tailwindcss.com/)
- [Headless UI](https://headlessui.com/)
- [Pinia](https://pinia.vuejs.org/)
- [VeeValidate V4](https://vee-validate.logaretm.com/v4/)
- [MongoDB](https://www.mongodb.com/)## How to start
1. Add mongo uri to `.env` file
1. Install dependencies with `npm install --force` (Force if you get an error abot pinia)
1. Run dev with `npm run dev`
1. Build & deploy if you want to `npm run build`