aniketdvd / webams

WebAMS is an Open Source web application for reporting and resolving incidents or tickets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebAMS

WebAMS is an Open Source web application for reporting and resolving incidents or tickets

Intended Audience

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.

Getting started with WebAMS

Installation

  1. Clone or download this repository.
  2. Run npm install in your command-line đź’» to install the dependencies.
  3. Rename .env.example to .env and configure WebAMS' Database host, Database name and Database login credentials by editing .env file renamed just now.
  4. Start the WebAMS server by node server which will start listening at port 3000.

About

WebAMS is an Open Source web application for reporting and resolving incidents or tickets

License:GNU General Public License v3.0


Languages

Language:HTML 49.2%Language:JavaScript 32.3%Language:CSS 18.4%