Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T11:12:25.000Z (about 2 years ago)
- Last Synced: 2023-03-01T00:37:00.286Z (over 1 year 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: 2
- 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