Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thegibi/gobarber-back-end

Este projeto está sendo contruído durante o treinamento do goStack Bootcamp.
https://github.com/thegibi/gobarber-back-end

bcryptjs docker javascript jwt-authentication jwt-token multer nodejs postgresql typeorm typescript yarn

Last synced: 7 days ago
JSON representation

Este projeto está sendo contruído durante o treinamento do goStack Bootcamp.

Awesome Lists containing this project

README

        

# GoBarber-Server - Em desenvolvimento

# Sobre
Este projeto é uma API que servirá dados para uma aplicação web com React [acesse aqui](https://github.com/gibify/GoBarber-Front-End).

```shell
# clonando o projeto:
git clone https://github.com/gibify/GoBarber-Front-End.git

# acessando a pasta:
cd server

# instalando as dependências:
yarn

# rodadno o projeto:
yarn dev:server

# este projeto se iniciará na porta 3333
```