Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viendinhcom/next-full-stack
🛠Effective Full Stack Development with Next.js
https://github.com/viendinhcom/next-full-stack
fison full-stack full-stack-nextjs full-stack-reactjs mysql next next-full-stack nextjs postgresql react reactjs schema soki sql sqlite typeorm typescript upload-files zod
Last synced: 1 day ago
JSON representation
🛠Effective Full Stack Development with Next.js
- Host: GitHub
- URL: https://github.com/viendinhcom/next-full-stack
- Owner: VienDinhCom
- License: mit
- Created: 2021-01-18T09:58:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-19T12:57:52.000Z (about 3 years ago)
- Last Synced: 2024-05-10T17:46:22.994Z (6 months ago)
- Topics: fison, full-stack, full-stack-nextjs, full-stack-reactjs, mysql, next, next-full-stack, nextjs, postgresql, react, reactjs, schema, soki, sql, sqlite, typeorm, typescript, upload-files, zod
- Language: TypeScript
- Homepage: https://next-full-stack.vercel.app
- Size: 492 KB
- Stars: 14
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next Full Stack
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Tutorials
1. [Organizing a Next.js Full Stack Project](https://github.com/Maxvien/next-full-stack/issues/1)
2. [Working with Environment Variables](https://github.com/Maxvien/next-full-stack/issues/2)
3. [Creating a Typed Safe API with Soki](https://github.com/Maxvien/next-full-stack/issues/4)
4. [Uploading Files with Soki](https://github.com/Maxvien/next-full-stack/issues/5)