https://github.com/belchenkov/support_desk_mern
Support ticket application built with the MERN stack
https://github.com/belchenkov/support_desk_mern
axios express jsonwebtoken mongodb mongoose nodejs nodemon react react-icons react-modal react-toastify redux-thunk
Last synced: 3 months ago
JSON representation
Support ticket application built with the MERN stack
- Host: GitHub
- URL: https://github.com/belchenkov/support_desk_mern
- Owner: Belchenkov
- Created: 2022-06-28T13:19:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T11:12:25.000Z (over 3 years ago)
- Last Synced: 2025-03-02T17:33:29.169Z (12 months ago)
- Topics: axios, express, jsonwebtoken, mongodb, mongoose, nodejs, nodemon, react, react-icons, react-modal, react-toastify, redux-thunk
- Language: JavaScript
- Homepage: https://support-desk-mern-ab.herokuapp.com
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Support Desk (MERN)
> Support ticket application built with the MERN stack
## Usage
### Set Environment Variables
Rename the .envexample to .env and add your [MongoDB](https://www.mongodb.com/) database URI and your JWT secret
### Install backend dependencies
```bash
npm install
```
### Install client dependencies
```bash
cd frontend
npm install
```
### Run app in development (frontend & backend)
```bash
npm run dev