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

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.

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.



![License](https://img.shields.io/github/license/mathvsk/todo-list.svg)
[![Generic badge](https://img.shields.io/badge/status-finished-98c610.svg)](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