Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)