Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🚀
- Host: GitHub
- URL: https://github.com/wallysongalvao/rocketseat-gobarber
- Owner: WallysonGalvao
- Created: 2020-05-16T23:47:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:58:24.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T08:06:09.003Z (about 1 month ago)
- Topics: nodejs, reactjs, reactnative, rocketseat, typescript
- Language: TypeScript
- Homepage: https://rocketseat.com.br/
- Size: 4.51 MB
- Stars: 28
- Watchers: 4
- Forks: 20
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🚀 Desafio GoBarber 11.0
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
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/)