/next-postgre-ts-crud

Simple app to store and manage tasks ( title, description).

Primary LanguageTypeScript

Next-TS-postgre-crud

this is a simple example of how to create a simple single page crud with next js.

How to start

use the command line on atabase/db.sql to create a postgre table

change the env file variables with your postgre db access data.

run the project with npm run dev