The fusion project was developed during the web programming course with the Django framework promoted by Geek University. Ready-made templates were used and the back end of the application was programmed. Django's translation functionality was used and finally unit tests were performed. In order to register employees, positions and services, it is necessary to enter the admin panel of Django.
Create your virtual machine
python3 -m venv venv
Activate your virtual machine
source venv/bin/activate
After the virtual machine is activated, install the project dependencies
pip install -r requirements.txt```
git clone https://github.com/RamonBecker/Fusion.gitgit clone https://github.com/RamonBecker/Fusion.git
or install github https://desktop.github.com/
- Python
- CRUD employee
- CRUD positions
- CRUD services
- Configuration of sending e-mails (can be consulted in the settings file)
- Image manipulation.
By Ramon Becker 👋🏽 Get in touch!