Skip to content
/ todo-app Public

To do app with nextjs, chakra-ui, typescript, postgresql

Notifications You must be signed in to change notification settings

ogzA/todo-app

Repository files navigation

App Stack

App Preview

App Preview

Configuration

Install npm packages

npm install

Set up a Postgres database

Set up a Postgres database locally or use your favorite provider.

Configure environment variables

Copy the .env.local.example file in this directory to .env.local (this will be ignored by Git):

cp .env.local.example .env.local

Set the DATABASE_URL variable in .env.local to the connection uri of your postgres database.

Example usage:

DATABASE_URL=postgresql://dbusername:dbpassword@host/dbname

Apply migrations

To setup up the migrations, use:

npm run migrate:up

Start the Todo App in development mode

npm run dev

About

To do app with nextjs, chakra-ui, typescript, postgresql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published