Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ramonbecker/fusion


https://github.com/ramonbecker/fusion

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Fusion
## :information_source: Information

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.

## ⚠️ 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!

[github](https://github.com/RamonBecker) [linkedin](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])