This app is an end-to-end project management tool built with translators in mind. It helps to manage and automate translation and localization workflows with ease. It is designed for my current employers in mind and the basic aim is to manage our client requirements, our company’s internal processes, and vendor management in one seamless online environment using a dockerized django app. The EPMS Translation Project Management System has the following features and app components:
- Translation and Localization Project Management capability with full CRUD functionality.
- Client Management app with full CRUD capability.
- Vendor(Translators) Management app with full CRUD capability
- A Dashboard analytics using CHART js, and django query capability.
- Client PDF Invoice generation capability by using weasyprint from docker.
- Vendor PDF PO generation capability by using weasyprint from docker.
- Vendor Job Management app with crud functionality.
- Client Order Management app with CRUD capability.
- A system of rating vendors job based industry specific criteria.
- Python with Django framework and Jinja templating language
- Docker
- Chart Js
- weasyprint
- Django all auth
- Bootstrap
- Clone this repository or fork it
- To clone this repository type git clone
https://github.com/Henoker/epms.git
on your command line - To fork this repository, click fork button of this repository then type git clone
https://github.com/<your username>/epms.git
- To clone this repository type git clone
- Install all the dependencies of this project by typing
docker-compose up -d --build
on the command line - configure your Postgres Databse
- Migrate the database by typing
docker-compose exec web python manage.py makemigrations
on the command line - Run the project locally by typing
docker-compose exec web python manage.py runserver
on the command line- NB: to run it on your local network, type
python manage.py runserver 0.0.0.0:8000
- NB: to run it on your local network, type
- You project will be accessible in your localhost or local network.
Distributed under the MIT License. See LICENSE
for more information.
- Henock Beyene Tesfatsion - hennybany@gmail.com
- Project link: https://github.com/Henoker/epms