- React-JS
- TypeScript
- TailWindCSS
- Node-JS
- Prisma
- OpenAI
- Fastify
Before starting, check the following requirements:
- Node installed
- Visual Studio Code
- Git installed
if you have ssh configured, run the command
git clone git@github.com:renanzitoo/upload-AI
if you don't have ssh configured, run the command
git clone https://github.com/renanzitoo/upload-AI
After installing, open the installed folder with terminal and run cd upload-ai-server
npm install
npm run dev
cd upload-ai-web
npm install
npm run dev
- Fork this repository
- Create a new branch:
git checkout -b <branch_name>
. - Make changes and commit:
git commit -m '<commit_message>'
- Send to base branch:
git push origin Tegami / <local>
- Create a pull request.
see the GitHub documentation on how to create a pull request
Renan Costa |