alireza-constantin / isupport-frontend

Home Page:https://isupport-frontend.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iSupport

Apple Ticket Support App

Description

I have developed a sophisticated and highly responsive ticket support application for Apple devices. The application incorporates robust signup and login functionalities, ensuring secure and authenticated access through the implementation of the JWT protocol. This application enables users to effortlessly create and manage support tickets while offering seamless communication with customer service team through an integrated chat feature.

Project Backend

iSupport-backend

Demo

https://isupport-frontend.vercel.app/

Screenshots

App Screenshot App Screenshot App Screenshot App Screenshot

Tech Stack

Javascript, Express, MongoDB, Mongoose, React, React-Router-Dom, Tailwind, DaisyUI, React-hook-form, React-Redux

DB: MongoDB Atlas MongoAtlas

Run Locally

Clone the project

  git clone https://github.com/alireza-constantin/roundest-poki

Go to the project directory

  cd isupport-frontend

Install dependencies

  npm install

Clone the Project Backend iSupport-backend

    git clone https://github.com/alireza-constantin/isupport-backend.git

Create .env file in backend project

then enter your database url to these variable in .env file

    MONGO_URI=
    JWT_ACCESS_SECRET=
    JWT_REFRESH_SECRET=

Start the development server from backend and frontend

# frontend
  npm run start
# backend
# for dev server you need to install nodemon 
  npm run dev

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

https://isupport-frontend.vercel.app


Languages

Language:JavaScript 93.0%Language:HTML 4.6%Language:CSS 2.4%