/api_express_typescript

Typescript + Exrpess + Prisma [ORM] + Vitest + Supertest

Primary LanguageTypeScriptMIT LicenseMIT

Branch Main

Continuous Integration and Continuous Deployment

Branch Developer

Continuous Integration and Continuous Deployment

api_express_typescript

Typescript + Exrpess + Prisma [ORM] + Vitest + Supertest

References

Como participar

Faz um fork com todo o repositorio, tem que tirar o checkbox [ ] Copy the main branch only

image image

Desde teu novo repositorio criado a partir do fork faz um git clone https://github.com/TEU-USERNAME/NOME-DO-FORK

image

Cria uma nova branch vem descriptiva a partir da developer

git checkout developer
git pull
git branch BRANCH-NAME
git checkout BRANCH-NAME

Faz as modificaçoes do codigo que achar nessesarias e commita elas no local.

git add .
git commit -m "a short description of the change"

Faz o git push para teu repositorio e desde o site do Github Click Create pull request.

Faz aquele PR bonito .. Vem descriptivo com o que mudou e se tem fundamentos teoricos deixa algumas referencias se puder o intuito deste repositorio e aprender juntos TS.

Guia em ingles para contribuir em projetos de terceiros caso eu não tenha explicado certinho lembrando que sou uruguaio e as veces meu portugues não e tao bom.