This my first full stack project. This is a Ticketing System that allows users to raise tickets with different priorities and ticket-types. This web app also has dashboards for user and admin roles where admins gets automatic email-notifications about new tickets and to resolve tickets that are already open with intervals of time. The user gets updated regularly about the status of their tickets raised.
https://ticketcloudservices.herokuapp.com/
- Clone the repo
- Install NPM packages
npm install
You can run this application on localhost or in a docker environment
port: 3000 npm run start:dev
Port: 80 , Follow the steps below:
docker-compose build
docker-compose up
Make sure to have DATABASE and SECRET environment variables in .env
Port: 80 , Follow the steps below:
docker-compose build
docker-compose up
Make sure to have DATABASE and SECRET environment variables in .env