Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)