Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yougotnothing/nextjs-todo-app
- Owner: yougotnothing
- Created: 2024-12-07T17:29:36.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-07T17:39:31.000Z (about 1 month ago)
- Last Synced: 2024-12-07T18:26:35.892Z (about 1 month ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```