upload.ai
Projeto | Tecnologias | Layout | Licença
- Projeto consiste em criar um serviço web usando uma ai
Dependencies
{
"name": "upload-ai-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.7",
"@ffmpeg/util": "^0.12.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"ai": "^2.2.25",
"axios": "^1.6.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"lucide-react": "^0.292.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.16",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}# Clone the repository
$ git clone https://github.com/GabrielMedradoS/Upload.ai.git
# Access the project folder at the command prompt
$ cd upload-ai-web
# Install the dependencies
$ npm install
# Run the script "start"
$ npm run dev
# The project will start at the door: 5173 - access http://localhost:5173Dependencies
{
"name": "upload-ai-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "tsx watch src/server.ts"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.9.2",
"dotenv": "^16.3.1",
"prisma": "^5.6.0",
"tsx": "^4.1.3",
"typescript": "^5.2.2"
},
"dependencies": {
"@fastify/cors": "^8.4.1",
"@fastify/multipart": "^8.0.0",
"@prisma/client": "^5.6.0",
"ai": "^2.2.25",
"fastify": "^4.24.3",
"openai": "^4.19.1",
"zod": "^3.22.4"
}
}# Clone the repository
$ git clone https://github.com/GabrielMedradoS/Upload.ai.git
# Access the project folder at the command prompt
$ cd upload-ai-server
# Install the dependencies
$ npm install
# Run the script "start"
$ npm run dev
# The project will start at the door: 3333 - access http://localhost:3333Aula 1 :
Aula 2 :
- Node | documentation
- Fastify | documentation
- Prisma | documentation
- Cloudflare | documentation
- Amazon S3 | documentation
- Fastify-multipart
- Express-multer
- Zod | documentation
Aula 3 :
This project is under the MIT license. See the archive LICENSE for more details.
![]() |
|---|
| Gabriel Medrado |

