Daniel Luiz Alves
44ce5b1f37
refactor(file-handling): replace multer with fastify multipart for file uploads
...
This commit removes the dependency on multer and replaces it with fastify's built-in multipart handling for file uploads. The changes include:
- Removing multer and related dependencies from package.json.
- Refactoring logo and avatar services to handle base64 encoded images directly.
- Updating docker-compose configurations to reflect changes in file storage.
- Adding new documentation for file upload processes.
The refactor simplifies the file upload process, reduces dependencies, and improves maintainability.
2025-03-31 17:24:22 -03:00
Daniel Luiz Alves
35d1c2d697
Update CONTRIBUTING.md
2025-03-22 01:05:49 -03:00
Daniel Luiz Alves
f0b8112eac
Create CONTRIBUTING.md
2025-03-22 01:04:06 -03:00
Daniel Luiz Alves
a3ada3a19f
Delete apps/docs/.DS_Store
2025-03-22 00:56:48 -03:00
Daniel Luiz Alves
878d7bbf8e
Delete apps/.DS_Store
2025-03-22 00:56:35 -03:00
Daniel Luiz Alves
c0194c6bff
Delete .DS_Store
2025-03-22 00:56:19 -03:00
Daniel Luiz Alves
7d0b0d3235
chore: remove unused README
2025-03-22 00:44:27 -03:00
Daniel Luiz Alves
5eef288395
Merge branch 'main' of github.com:kyantech/Palmr
2025-03-22 00:40:55 -03:00
Daniel Luiz Alves
7f40946d61
docs: improve documentation
2025-03-22 00:39:56 -03:00
Daniel Luiz Alves
5df88f5c56
Update FUNDING.yml
2025-03-21 14:09:37 -03:00
Daniel Luiz Alves
28c10a0740
Create FUNDING.yml
2025-03-21 13:49:51 -03:00
Daniel Luiz Alves
93b6f2e3f5
feat: create core documentation
2025-03-20 16:25:38 -03:00
Daniel Luiz Alves
3ac658b72d
chore: update ignore
2025-03-14 17:10:15 -03:00
Daniel Luiz Alves
646fcffeca
feat: add scripts for generate compose
2025-03-14 17:05:32 -03:00
Daniel Luiz Alves
3002c26fac
feat: update composes
2025-03-14 13:14:51 -03:00
Daniel Luiz Alves
168eae3294
feat: move logo and avatars to local upload
2025-03-14 13:14:30 -03:00
Daniel Luiz Alves
fb4ef5438d
feat: update frontend and docker compose
2025-03-12 23:28:31 -03:00
Daniel Luiz Alves
c495aaeb17
Update LICENSE
2025-03-05 17:09:51 -03:00
danielalves96
70d4f5d1fd
feat: add documentation project
2025-02-25 14:36:57 -03:00
danielalves96
a38758eef6
feat: add .gitignore
2025-02-25 00:02:03 -03:00
danielalves96
f583e4d6f6
feat: input developed code
2025-02-24 23:58:40 -03:00
danielalves96
33ab802b60
feat: init repo
2025-02-24 23:32:15 -03:00
Turbobot
c19565adda
feat(create-turbo): install dependencies
2025-02-21 16:18:37 -03:00
Turbobot
1f866b0e44
feat(create-turbo): apply pnpm-eslint transform
2025-02-21 16:18:32 -03:00
Turbobot
7230044162
feat(create-turbo): apply official-starter transform
2025-02-21 16:18:32 -03:00