https://github.com/hitthecodelabs/digitransformationestimator
User-friendly web solution for managing and estimating digital projects based on Django and Vuejs
https://github.com/hitthecodelabs/digitransformationestimator
digital-transformation django python sqlite3 vue vue3 vuejs
Last synced: about 2 months ago
JSON representation
User-friendly web solution for managing and estimating digital projects based on Django and Vuejs
- Host: GitHub
- URL: https://github.com/hitthecodelabs/digitransformationestimator
- Owner: hitthecodelabs
- License: mit
- Created: 2023-10-30T04:32:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T17:07:30.000Z (over 2 years ago)
- Last Synced: 2025-03-29T10:47:31.384Z (about 1 year ago)
- Topics: digital-transformation, django, python, sqlite3, vue, vue3, vuejs
- Language: JavaScript
- Homepage:
- Size: 26.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DigiTransformationEstimator
This project represents the evolution of a system initially based on Excel into a robust and user-friendly web solution for managing and estimating digital projects.
## Background
The original Excel system allowed users to input information about digital projects, estimating the annual earnings for the first few years to calculate financial metrics such as Net Present Value, IRR, and Present Value. Despite its utility, the interface was not the most suitable for client interactions. For this reason, a decision was made to transform this tool into a web application, aiming to not only enhance the user experience but also provide a more effective and professional graphical representation.
## Web Development Features
The web project was developed using the Django framework and has the following features:
- User registration and login interface.
- Registration and management of digital transformation projects.
- Budget estimation and management.
- Project classification by categories.
- Graphical visualization developed with Vue.js, showcasing cost and earnings projections.
## Technologies Used
- **Backend**: Python with Django
- **Frontend**: Vue.js
## How to Run the Project?
1. **Clone the Repository**
```bash
git clone https://github.com/hitthecodelabs/DigiTransformationEstimator.git
cd DigiTransformationEstimator
```
2. **Install Dependencies**
```bash
pip install -r requirements.txt
```
3. **Perform Django Migrations**
```bash
python manage.py migrate
```
4. **Run the Development Server**
```bash
python manage.py runserver
```
5. Navigate to `http://127.0.0.1:8000/` in your browser to access the project.
## Contributing
Contributions to DigiTransformationEstimator are welcome! Here's how you can contribute:
Fork the repository on GitHub.
Create a new branch for your proposed feature or fix.
Commit your changes with an informative description.
Push your branch and submit a pull request.
We appreciate your input!
## License
DigiTransformationEstimator is open source software licensed under the MIT License. See the LICENSE file for more details.