https://github.com/valchanoficial/gobarberbackend
Rocketseat - Bootcamp GoStack - Backend GoBarber
https://github.com/valchanoficial/gobarberbackend
authentication javascript jwt multer nodejs postgres postgresql typeorm typescript
Last synced: 3 months ago
JSON representation
Rocketseat - Bootcamp GoStack - Backend GoBarber
- Host: GitHub
- URL: https://github.com/valchanoficial/gobarberbackend
- Owner: ValchanOficial
- Created: 2020-05-23T05:59:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:30:10.000Z (over 3 years ago)
- Last Synced: 2025-01-04T15:37:38.972Z (over 1 year ago)
- Topics: authentication, javascript, jwt, multer, nodejs, postgres, postgresql, typeorm, typescript
- Language: TypeScript
- Size: 659 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rocketseat - Bootcamp GoStack - Backend GoBarber
## Start
```js
yarn install // instala dependências
yarn typeorm migration:run // cria tabelas
yarn dev:server // executa em modo desenvolvedor
```
## Pré-requisitos
- Docker
- Postgres