Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/houhoucoop/houhou-shop
A CRUD task management dashboard
https://github.com/houhoucoop/houhou-shop
Last synced: 9 days ago
JSON representation
A CRUD task management dashboard
- Host: GitHub
- URL: https://github.com/houhoucoop/houhou-shop
- Owner: houhoucoop
- Created: 2024-05-22T09:57:03.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T13:34:42.000Z (3 months ago)
- Last Synced: 2024-08-18T14:43:49.194Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Dashboard
A CRUD task management dashboard built with a modern tech stack, providing a comprehensive solution for managing tasks.
- **Frontend:** Next.js, TypeScript, Tailwind CSS
- **Backend:** Prisma, PostgreSQL, GraphQL![Task Dashboard Screenshot](public/application.png)
## GraphQL Playground
You can access the GraphQL playground at http://localhost:3001/api/graphql to interact with your GraphQL API.
![GraphQL playground Screenshot](public/graphql.png)
## Prisma Studio
To view and edit your database records using a graphical interface, run:
```
npx prisma studio
```![Prisma studio Screenshot](public/prisma.png)