https://github.com/alphaolomi/tra-docs
TRA Documentation
https://github.com/alphaolomi/tra-docs
authority documentation revenue tanzania tra
Last synced: 4 months ago
JSON representation
TRA Documentation
- Host: GitHub
- URL: https://github.com/alphaolomi/tra-docs
- Owner: alphaolomi
- Created: 2021-09-11T18:04:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T23:30:22.000Z (8 months ago)
- Last Synced: 2025-05-02T08:46:11.524Z (5 months ago)
- Topics: authority, documentation, revenue, tanzania, tra
- Language: PHP
- Homepage: https://tra-docs.netlify.app/
- Size: 251 KB
- Stars: 25
- Watchers: 2
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TRA VFD API Documentation
This is an attempt to re-write the official TRA VFD's API in a developer friendly way.
The current documentation is written in PDF which makes it difficult to work on and hard to browse through the documentation.
This is an attempt to make it easier for developers to work on this new & exciting API.
A lot of effort was spent to make this as accurate as possible, However, If there is any error/confusion please refer to the original documents.
## Contributions
This documentation is created using `mkdocs` therefore in order run it locally you need to have python, [pip](https://pypi.org/project/pip/) and ofcourse [`mkdocs`](https://www.mkdocs.org/) installed
Using venv
```bash
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
```Start the live-reloading docs server.
```sh
mkdocs serve
```Now you can view the documentation by just going to `http://localhost:8000`
## Licence
**MIT**
## Contributing
If you want to help, just fork the repo and make changes and submit a Pull request.