Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thegibi/gobarber-back-end
- Owner: thegibi
- Created: 2020-07-22T12:16:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T21:05:39.000Z (almost 2 years ago)
- Last Synced: 2024-05-08T01:26:01.948Z (6 months ago)
- Topics: bcryptjs, docker, javascript, jwt-authentication, jwt-token, multer, nodejs, postgresql, typeorm, typescript, yarn
- Language: HTML
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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
```