8000 GitHub - itsRkator/ticket-support
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

itsRkator/ticket-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Support Ticket Entry System

The Support Ticket Entry System is a web application designed to manage support tickets and support agents using the MERN stack (MongoDB, Express.js, React.js, Node.js).

Getting Started

Prerequisites

Make sure you have the following software installed on your machine:

Installation

# Clone the repository:
git clone https://github.com/your-username/support-ticket-entry-system.git
cd support-ticket-entry-system

# Install dependencies for the backend:
cd backend
npm install

# Install dependencies for the frontend:
cd ../frontend
npm install

# Start the backend server:
cd backend
`npm start` or `npm run start:server`
# The server will run on http://localhost:3001.

# Start the frontend:
cd ../frontend
npm start

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0