The Web based Admin component of an ticket management system
-Here is the link to the Native app portion of this ticket system dispatch-a-tech-native
- To use you will need your own MongoDB url or some reconfiguring to use a different db
- A google places API key will also be needed
- I would store these in a default.json file inside the empty config folder in the root of the project
To get started clone project into a new directory
Install packages for RestAPI and Client
yarn install && yarn client-install
Run concurrently to start server and client react app simultaneously
yarn dev