An open API service indexing awesome lists of open source software.

https://github.com/fiddlydigital/nestnextproject


https://github.com/fiddlydigital/nestnextproject

Last synced: 12 months ago
JSON representation

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