Simple Support Desk app
Client: React, Redux, redux-toolkit, CSS
Server: Node, Express
Database: MongoDB
Clone the project
git clone [email protected]:SandeepGumaste/MERN-Support-Desk.git
Go to the project directory
cd MERN-Support-Desk
Install dependencies
npm install
Create a .env file with the following keys in the root folder
NODE_ENV="development"
PORT = 5000
MONGO_URI = //Paste your mongo uri here//
JWT_SECRET = //Your JWT secret here//
Start the server
npm run dev