https://github.com/zepolimer/nuxt-app
Todo-list using Nuxt.js SSR, Prisma (PostgreSQL), Pinia and Quasar for UI
https://github.com/zepolimer/nuxt-app
nuxt pinia postgresql prisma quasar-framework server-side-rendering typescript
Last synced: about 2 months ago
JSON representation
Todo-list using Nuxt.js SSR, Prisma (PostgreSQL), Pinia and Quasar for UI
- Host: GitHub
- URL: https://github.com/zepolimer/nuxt-app
- Owner: Zepolimer
- Created: 2024-08-12T11:41:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T12:22:43.000Z (9 months ago)
- Last Synced: 2025-04-03T22:36:57.866Z (about 2 months ago)
- Topics: nuxt, pinia, postgresql, prisma, quasar-framework, server-side-rendering, typescript
- Language: TypeScript
- Homepage:
- Size: 154 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Development Server
Start the development server on `http://localhost:3000`:
### Launch project using Docker
```bash
# Build & Install full project
$ make start# Run images
$ make up
```### Container access and DB setup
```bash
# Container access
$ make debug# If needed migrate schema.prisma
$ yarn prisma migrate dev --name init
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.