https://github.com/piyushxcoder/simple_fullstack_template
My simple fullstack template for getting started
https://github.com/piyushxcoder/simple_fullstack_template
Last synced: 12 months ago
JSON representation
My simple fullstack template for getting started
- Host: GitHub
- URL: https://github.com/piyushxcoder/simple_fullstack_template
- Owner: PiyushXCoder
- Created: 2024-11-22T05:29:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-17T06:43:58.000Z (over 1 year ago)
- Last Synced: 2025-03-25T08:23:30.908Z (about 1 year ago)
- Language: TypeScript
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What it contains?
- Prisma for database orm
- Auth.js for authentication
- NextJs for frontend
- Shadcn for frontend components
## Dir structure
```
/meta <- build specific scripts
/microservice <- for small seperate server
/ <- nextjs project
```