Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramonbecker/fusion
https://github.com/ramonbecker/fusion
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ramonbecker/fusion
- Owner: RamonBecker
- Created: 2020-06-26T22:51:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T06:15:07.000Z (about 2 years ago)
- Last Synced: 2024-06-26T15:00:40.892Z (6 months ago)
- Language: CSS
- Size: 19.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fusion
## :information_source: InformationThe 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.
## ⚠️ Prerequisite
![](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white)
![](https://img.shields.io/badge/Django-092E20?style=for-the-badge&logo=django&logoColor=white)
![](https://img.shields.io/badge/MySQL-00000F?style=for-the-badge&logo=mysql&logoColor=white)
## ⚙️ Creating virtual machine
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```
```## :rocket: Installation
![](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)
```sh
git clone https://github.com/RamonBecker/Fusion.git
```![](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)
```sh
git clone https://github.com/RamonBecker/Fusion.git
or install github https://desktop.github.com/```
## :zap: Technologies
- Python
## :memo: Developed features
- [x] CRUD employee
- [x] CRUD positions
- [x] CRUD services
- [x] Configuration of sending e-mails (can be consulted in the settings file)
- [x] Image manipulation.## :technologist: Author
By Ramon Becker 👋🏽 Get in touch!
[](https://github.com/RamonBecker) [](https://www.linkedin.com/in/https://www.linkedin.com/in/ramon-becker-da-silva-96b81b141//)
![Gmail Badge](https://img.shields.io/badge/[email protected]?style=flat-square&logo=Gmail&logoColor=white&link=mailto:[email protected])