Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 947 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 947 Bytes

Next.Js 14 Ticketing App

A simple Fullstack CRUD Application with Next.js 14 and MongoDB

Languages and Tools:

TailwindCSS React Next JS MongoDB

Feature:

  • Creating Tickets
  • Reading Tickets
  • Updating Tickets
  • Deleting Tickets

Installation

Clone the project

  git clone https://github.com/bahatarlaci/next-ticketing-app.git

Go to the project directory

  cd next-ticketing-app

Install TicketingApp with npm

  npm install

Run:

  npm run dev