Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aelkayam/ticketing-app
- Owner: aelkayam
- License: mit
- Created: 2024-03-04T13:36:42.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-16T13:09:06.000Z (10 months ago)
- Last Synced: 2024-11-14T10:32:40.579Z (2 months ago)
- Topics: crud, nextjs, ticketing-system
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.