Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:30:10.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T06:56:59.905Z (over 1 year ago)
- Topics: authentication, javascript, jwt, multer, nodejs, postgres, postgresql, typeorm, typescript
- Language: TypeScript
- Size: 659 KB
- Stars: 1
- Watchers: 1
- 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