Git Product home page Git Product logo

support-desk's Introduction

Note

Heroku stopped their free tier, so my heroku app is down now, but I have uploaded on Render.
So now this is the updated and working link Support Desk

Support Desk

  • 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.

Requirements

  • Node v10+
  • Configured .env file
  • MongoDB Account

How to run

  1. Confirm .env configuration

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

Backend .env configuration

# MongoDB Connection String - see https://www.mongodb.com/docs/manual/reference/connection-string/
MONGO_URI = 'mongodb+srv://.......' 

# Port 
PORT = 8000 or any free port

# JWT Secret
JWT_SECRET = xxxxxx 

# Path of front-end implementation. 
REACT_FRONTEND_URL = 'https://front_end_app_url.com'

Frontend .env configuration

# 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

support-desk's People

Contributors

dikshant09 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.