Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wallysongalvao/rocketseat-gobarber

Código da aplicação GoBarber desenvolvido durante a GoStack 11.0 🚀
https://github.com/wallysongalvao/rocketseat-gobarber

nodejs reactjs reactnative rocketseat typescript

Last synced: about 1 month ago
JSON representation

Código da aplicação GoBarber desenvolvido durante a GoStack 11.0 🚀

Awesome Lists containing this project

README

        


GoBarber


GoBarber


🚀 Desafio GoBarber 11.0


GitHub language count

Repository size


GitHub last commit


Repository issues

License


Projeto   |   
Tecnologias   |   
Executando   |   
Licença



## 💻 Projeto

Esse projeto foi desenvolvido durante o Bootcamp da Rocketseat. Trata-se de um projeto fullstack para uma barbearia ficticia, a GoBarber, o projeto consiste na parte frontend(React), mobile(React Native) e backend(NodeJs).

## 🎨 Layout


GoBarber

Você pode utilizar a seguinte URL para visualizar todas as telas: [Visualizar](https://www.figma.com/file/BXCihtXXh9p37lGsENV614/GoBarber?node-id=34%3A1180)

## :rocket: Tecnologias

Esse projeto foi desenvolvido com as seguintes tecnologias:

- [Typescript](https://www.typescriptlang.org/)
- [Node.js](https://nodejs.org/en/) | [Express](https://expressjs.com/pt-br/)
- [React](https://reactjs.org/) | [React Native](https://reactnative.dev/)
- [Docker](https://www.docker.com/)
- [PostgreSQL](https://www.postgresql.org/) | [TypeORM](https://typeorm.io/)

## :notebook: Executando

Dentro do **README** de cada subpasta do projeto é detalhado como executar as aplicações separadamente.

```bash
# Clone este repositório
$ git clone https://github.com/WallysonGalvao/rocketseat-gobarber.git

# Acesse a pasta do projeto no seu terminal/cmd
$ cd rocketseat-gobarber/backend

# Instale as dependências
$ yarn install

# Execute a aplicação
$ yarn start
```

Realizar os comandos acima para as demais pastas **[frontend e backend]**.

## :construction: Como contribuir para o projeto

1. Faça um **fork** do projeto.
2. Crie uma nova branch com as suas alterações: `git checkout -b my-awesome-feature`
3. Salve as alterações e crie uma mensagem de commit contando o que você fez: `git commit -m "feature: My awesome feature"`
4. Envie as suas alterações: `git push origin my-awesome-feature`
> Caso tenha alguma dúvida confira este [guia de como contribuir no GitHub](https://github.com/firstcontributions/first-contributions)

## :memo: Licença

Esse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE.md) para mais detalhes.

---

Feito com horas em frente ao :computer: por [Wallyson Galvão](https://www.linkedin.com/in/wallyson-galvao/)