Apple Ticket Support App
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.
https://isupport-frontend.vercel.app/
Javascript, Express, MongoDB, Mongoose, React, React-Router-Dom, Tailwind, DaisyUI, React-hook-form, React-Redux
DB: MongoDB Atlas MongoAtlas
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
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
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.