An open API service indexing awesome lists of open source software.

https://github.com/hashdefault/nerdhelper

A simple tool to assist a nerd with their tech support calls.
https://github.com/hashdefault/nerdhelper

Last synced: 11 months ago
JSON representation

A simple tool to assist a nerd with their tech support calls.

Awesome Lists containing this project

README

          

# Hello, Nerd!
If you work with tech support you probably already had problems managing your customers' tickets and calls. There are days where there are so many that you can barely manage them. Based on this daily struggle of managing tickets, the **NerdHelper** emerged. It will help you to handle and store your customers' tickets and tickets for you.

# Requirements

- Python 3.8
- MariaDB 10.5.8
- Django 3.2.7

## How to use
To use this tool, just clone this repository and install in your local server
Navigate to /src folder:

```
$ cd /nerdhelper/src
$ python3 manage.py runserver
```

Don't forget to config your .env file

## Preview
![image](https://user-images.githubusercontent.com/64340912/135770785-928686fd-d272-46b7-b859-6e0f0aa93067.png)

![image](https://user-images.githubusercontent.com/64340912/135770769-829b98d5-d6fd-4122-ada1-744b3413b084.png)