Skip to content

Kei-K23/nuxt-crm

Repository files navigation

Nuxt CRM

This is a simple CRM application that can perform CRUD operations and users banning system.

Features

  • CRUD.
  • Bulk deletion and banning for users.

Tech stack

  • Nuxt 3
  • Turso
  • Drizzle
  • DasiyUI

Usage

  1. Clone this repository to your local machine.
git clone https://github.com/Kei-K23/nuxt-crm.git
  1. Navigate to the project directory.
cd vue-todo-app
  1. Install dependencies using npm or yarn.
npm install
  1. Run the development server.
npm run dev

How to Use

  • Create: Click user plus icon button in the navbar to open modal to create new user.
  • Update: Click pen icon button to open modal and edit the user.
  • Delete: Click trash icon button to delete the user.
  • Detail: Click detail button that navigate to the user detail page.
  • Ban: Click ban button in the user detail page to ban the user.
  • Delete all: Check the input box and click delete all button to perform bulk delete.
  • Ban all: Check the input box and click ban all button to perform bulk ban.

Feel free to customize and extend this Vue todo application according to your needs. If you have any questions or suggestions, please feel free to reach out. Happy coding! 🚀

Live demo Nuxt CRM