https://github.com/ramonbecker/fusion
https://github.com/ramonbecker/fusion
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ramonbecker/fusion
- Owner: RamonBecker
- Created: 2020-06-26T22:51:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T06:15:07.000Z (over 3 years ago)
- Last Synced: 2024-12-25T16:10:34.580Z (over 1 year 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: 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



## ⚙️ 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

```sh
git clone https://github.com/RamonBecker/Fusion.git
```

```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//)
