https://github.com/mathvsk/next-full-stack
Application for learning purposes using Next.js.
https://github.com/mathvsk/next-full-stack
neon nextjs vercel
Last synced: about 1 month ago
JSON representation
Application for learning purposes using Next.js.
- Host: GitHub
- URL: https://github.com/mathvsk/next-full-stack
- Owner: mathvsk
- License: mit
- Created: 2023-07-19T22:40:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T01:01:51.000Z (almost 3 years ago)
- Last Synced: 2025-03-15T03:29:10.247Z (over 1 year ago)
- Topics: neon, nextjs, vercel
- Language: TypeScript
- Homepage: https://my-app-mathvsk.vercel.app
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Full-Stack with Next
Full stack application in Next.js for learning.
The application uses the edge computing paradigm, employing server actions with Next and serverless computing with Neon.

[](https://shields.io/)
## Technologies
+ [Next.JS](https://nextjs.org/)
+ [Vercel](https://vercel.com/docs) => deploy
+ [Neon](https://neon.tech/docs/introduction) => serverless computing
+ [Drizzle](https://orm.drizzle.team/) => ORM for edge computing
## How to use
Clone the repository.
#### Install the dependencies.
```
npm i
```
#### Run the project.
```
npm run dev
```
## Project