Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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