WebAMS is an Open Source web application for reporting and resolving incidents or tickets
The tool WebAMS serves as a web-based application that clients can use to report incidents as 'tickets'. WebAMS is targeted for the customers availing the services from an organization and for the teams serving the clients.
- Clone or download this repository.
- Run
npm install
in your command-line 💻 to install the dependencies. - Rename
.env.example
to.env
and configure WebAMS' Database host, Database name and Database login credentials by editing.env
file renamed just now. - Start the WebAMS server by
node server
which will start listening at port3000
.