https://github.com/gustavcunha/codedrops_crud-node
https://github.com/gustavcunha/codedrops_crud-node
backend code-drops express nodejs postgresql rocketseat typeorm typescript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gustavcunha/codedrops_crud-node
- Owner: GustavCunha
- Created: 2022-03-29T20:46:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-30T19:42:31.000Z (over 4 years ago)
- Last Synced: 2025-06-14T23:02:22.306Z (about 1 year ago)
- Topics: backend, code-drops, express, nodejs, postgresql, rocketseat, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Passo a Passo
• Crie um pasta com o nome do projeto
• Digite npm --init y ou yarn --init y (Cria o arquivo package.json)
• Digite no terminal yarn add express (Instalar a dependência do Express)
• Digite no terminal yarn add typescript ts-node-dev @types/express -D (Instalar dependências de desenvolvimento)
• Digite npx tsc --init ou yarn tsc --init (Cria o arquivo package.json)
• Cria a pasta src e o arquivo server.ts