Tech Care Africa ISP Billing System
# TechCareAfrica
TechCareAfrica is an online platform providing reliable and affordable IT support services to businesses in Kenya and Africa. Our mission is to bridge the gap in accessing quality IT assistance, empowering businesses to thrive in the digital landscape.
## Features
- Instant access to skilled IT technicians
- Affordable pricing plans tailored to business needs
- Scalable solutions for businesses of all sizes
- 24/7 support availability
An helpdesk system to manage tickets, comments, attachments and vacation (for now :P). Custom user models: Regulars (for regular employees) and Agents (for issue solver team member). The project was developed using Python and Django for the Backend♥ and using a Bootstrap template from google for the Frontend. That's the reason of the huge amount of CSS on this projects.
____
## TechCare Helpdesk Register
___
____
## TechCare Helpdesk Login
___
____
## TechCare Helpdesk Dashboard
___
____
## TechCare Helpdesk Choose Role
___
____
## TechCare Helpdesk Project Introduction
___
____
## TechCare Helpdesk Project Sitemap
___
____
## TechCare Helpdesk Project Contact
___
## Getting Started
* Create a new folder to foster this project and cd into the folder and create a virtual environment and activate it.
* Clone this repository:
```
git clone
github.com
```
* Activate your virtual environment.
```
python -m venv venv
```
```
source venv/Scripts/activate
```
* Install setup tools.
```
pip install setuptools
```
* Install requirements.txt within your virtual environment.
```
pip install -r requirements.txt
```
* Run make migrations.
```
python manage.py makemigrations
```
* Run migrations.
```
python manage.py migrate
```
* Runserver
```
python manage.py runserver
```
## Contributing
We welcome contributions from the community! If you're interested in contributing to TechCareAfrica, please read our contributing guidelines for more information. …