Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yougotnothing/nextjs-todo-app

Nextjs Fullstack web application with using PostgreSQL and PrismaORM
https://github.com/yougotnothing/nextjs-todo-app

Last synced: about 1 month ago
JSON representation

Nextjs Fullstack web application with using PostgreSQL and PrismaORM

Awesome Lists containing this project

README

        

[![My Skills](https://skillicons.dev/icons?i=nextjs,tailwind,postgres,typescript,prisma)](https://skillicons.dev)

## Todo web application making with Next.js, PrismaORM, TailwindCSS, PostgreSQL

### To run it

```bash
# dev mode
yarn dev

# or
npm dev

# or
pnpm dev

# prod mode
yarn build

# or
npm build

# or
pnpm build
```