Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aelkayam/ticketing-app

Ticketing application featuring Create, Read, Update, and Delete (CRUD) functionality
https://github.com/aelkayam/ticketing-app

crud nextjs ticketing-system

Last synced: 1 day ago
JSON representation

Ticketing application featuring Create, Read, Update, and Delete (CRUD) functionality

Awesome Lists containing this project

README

        

# Ticketing Application

This project is a simple ticketing application built using Next.js, MongoDB, and Tailwind CSS. It focuses on providing basic CRUD (Create, Read, Update, Delete) functionality to manage tickets.

## Usage

To run the project locally, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/your-username/your-repository.git
```

2. Install dependencies:
```bash
cd your-repository
npm install
```

3. Set up MongoDB database connection. Update the MongoDB URI in .env.local file.

4. Run the development server:
```bash
npm run dev
```

5. Open your browser and navigate to http://localhost:3000 to view the application.