https://github.com/waxer59/cloud-toolbox
https://github.com/waxer59/cloud-toolbox
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/waxer59/cloud-toolbox
- Owner: Waxer59
- Created: 2023-03-04T17:44:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T20:26:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T05:29:38.406Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 681 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloud Toolbox
Cloud toolbox is a page that groups several tools such as: **background removal**, **tagging** images, taking **screenshots** to a **website**, **scan** whether a document is secure and **remove text** from an image.
This project is part of a hackathon organized by [cloudinary](https://cloudinary.com/) in collaboration with the streamer [midudev](https://github.com/midudev).
## How to run the proyect
1. Install the project dependencies by first running the `yarn` command in the project root directory.
2. Fill in all the fields of the `.template.env` file and rename it to `.env` in the directory `/backend` and `/frontend`.
3. Run on the root of the proyect the command: `yarn dev`
> All backend paths are documented with swagger in the backend path `/api`.
## Technologies used
### Frontend
- [React router dom](https://reactrouter.com/en/main)
- [TypeScript](https://www.typescriptlang.org/)
- [React icons](https://react-icons.github.io/react-icons)
- [React dropzone](https://react-dropzone.js.org/)
- [Canvas conffeti](https://github.com/catdad/canvas-confetti#readme)
- [React spinners](https://www.davidhu.io/react-spinners/)
- [SweetAlert2](https://sweetalert2.github.io/)
- [Two up](https://github.com/GoogleChromeLabs/two-up#readme)### Backend
- [Nestjs](https://nestjs.com/)
- [Swagger](https://swagger.io/)
- [Cloudinary](https://cloudinary.com/)