Skip to content

Support desk is a fully-functional MERN Stack App. RESTful API is implemented.

Notifications You must be signed in to change notification settings

Dikshant09/supportdesk-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Support Desk : Frontend

  • Support desk is a fully-functional MERN Stack App
  • RESTful API is implemented.
  • In this one can create, view, close tickets, add notes and do all crud operations.
  • It’s authenticated by the JSON web token.

Live Link: Support Desk

Backend:

Requirements

  • Node v10+
  • Configured .env file
  • MongoDB Account to make connection with mongoDB in backend.

How to run

  1. Confirm .env configuration

Ensure the API keys are configured in .env in this directory. It should include the following keys:

# Path of backend-end implementation. 
REACT_APP_BASE_URL = 'https://backend_end_app_url.com'
  1. Install dependencies and start the server
npm install
npm start

About

Support desk is a fully-functional MERN Stack App. RESTful API is implemented.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published