A (MERN) React Redux Toolkit full stack application with jwt authentication, CRUD operations, protected routes, and NoSQL database.
Help Desk Service application is a system for customers to report product problems. The functions include reporting problems and checking problem status.
Rename the .env.example to .env and add your MongoDB database URI and your JWT secret.
npm install
cd frontend
npm install
npm run dev
- Register
- Login
- JSON Web Token
- Create a ticket
- View a ticket
- Create a note
- View a note