https://github.com/fiddlydigital/nestnextproject
https://github.com/fiddlydigital/nestnextproject
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fiddlydigital/nestnextproject
- Owner: FiddlyDigital
- Created: 2024-10-27T14:11:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T22:17:49.000Z (over 1 year ago)
- Last Synced: 2025-06-06T15:05:11.469Z (about 1 year ago)
- Language: TypeScript
- Size: 272 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NestNextProject
An example project of a NextJS FrontEnd backed by a NestJS Backend.
Purely to get to grips with getting started in both.
## Local dev
- navigate to backend and call `npm run start:dev`
- navigate to frontend and call `npm run dev`
## Features
- Typescript E2E
- NextJS
- Tailwind, with Components from Shadcn
- Client-side and Server-side components
- NestJS
- Simple CRUD ops over Rest API, on a SQLite DB via Prisma
- OpenAPI Doc Gen
## Missing:
- Lots! Constants, Env Variables, Auth/Users, Validation, Error-handling, UX in general