/fullstack-crud

Ticket Manager built with Express as a backend and Redux (toolkit) as a frontend

Primary LanguageJavaScript

Features

  • Add a ticket with title and description
  • Delete a ticket
  • Update a ticket
  • Modal form bottom

Installation

Install fullstack-crud with npm

    git clone url-project 
    cd api 
    npm i 
    cd client 
    npm i 

Tech Stack

Client: React, Redux Toolkit, TailwindCSS

Server: Node, Express, MongoDB