A simple Fullstack CRUD Application with Next.js 14 and MongoDB
- Creating Tickets
- Reading Tickets
- Updating Tickets
- Deleting Tickets
git clone https://github.com/bahatarlaci/next-ticketing-app.git
cd next-ticketing-app
npm install
npm run dev
A simple Fullstack CRUD Application with Next.js 14 and MongoDB
git clone https://github.com/bahatarlaci/next-ticketing-app.git
cd next-ticketing-app
npm install
npm run dev