All Projects → matheusfelipeog → happy

matheusfelipeog / happy

Licence: MIT license
Plataforma online para encontrar orfanatos e facilitar visitas. @Rocketseat

Programming Languages

typescript
32286 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to happy

proffy
Plataforma de estudos online para conectar alunos e professores de forma rápida e fácil. @Rocketseat
Stars: ✭ 21 (-12.5%)
Mutual labels:  event, nlw, rocketseat, omnistack, next-level-week
Happy
Happy 🥳 | Rocketseat 💜 - NLW 03 👩‍🚀
Stars: ✭ 61 (+154.17%)
Mutual labels:  happy, nlw, rocketseat, nlw-3
move.it
🚀 Move It is a project to help people to make more exercises. Next Level Week #04 #NLW @Rocketseat - NLW
Stars: ✭ 27 (+12.5%)
Mutual labels:  nlw, rocketseat, next-level-week
DevQuiz
Dev.Quiz 👨‍💻 | Rocketseat 💜 - NLW 05 👩‍🚀
Stars: ✭ 25 (+4.17%)
Mutual labels:  nlw, rocketseat, next-level-week
proffy-NLW
📓 Educational platform to connect teachers and students
Stars: ✭ 13 (-45.83%)
Mutual labels:  nlw, rocketseat, next-level-week
NLW-Together-Elixir
Wabanex - Gerencie e acompanhe seus treinos na academia! Evento NLW Together organizado pela @Rocketseat 🚀
Stars: ✭ 15 (-37.5%)
Mutual labels:  nlw, rocketseat
Proffy
👥 Plataforma de estudos online, onde é possível conectar alunos com professores. Este é um projeto que foi desenvolvido durante a Next Level Week #2 da @Rocketseat, durante os dias 3 à 7 de agosto de 2020.
Stars: ✭ 12 (-50%)
Mutual labels:  nlw, rocketseat
proffy
📚 A platform thats connects teachers and students
Stars: ✭ 14 (-41.67%)
Mutual labels:  nlw, rocketseat
ask-me-bro
Every question has an answer. Learn and share knowledge with others. Askmebro.
Stars: ✭ 48 (+100%)
Mutual labels:  nlw, rocketseat
proffy
React Native + ReactJS + NodeJS project developed on RocketSeat NexLevelWeek. This project is based on an application for connect students and teachers.
Stars: ✭ 30 (+25%)
Mutual labels:  nlw, rocketseat
proffy-discovery
🏫 Proffy - Your online study platform
Stars: ✭ 15 (-37.5%)
Mutual labels:  nlw, rocketseat
SemanaOmnistack10
⚛️ Projeto desenvolvido na Semana Omnistack 10ªed.: Rocketseat
Stars: ✭ 50 (+108.33%)
Mutual labels:  rocketseat, omnistack
next-level-week-clone
🧬a clone of the Next Level Week website made with reactjs using typescript
Stars: ✭ 13 (-45.83%)
Mutual labels:  nlw, rocketseat
happy-web
Project built during Rocketseat's Next Level Week #3
Stars: ✭ 19 (-20.83%)
Mutual labels:  nlw, rocketseat
letmeask
This is a project developed during the Next Level Week Together, presented by Rocketseat during June 2021.
Stars: ✭ 41 (+70.83%)
Mutual labels:  nlw, rocketseat
be-the-hero
⚛️ Aplicação da 11ª Semana OmniStack da Rocketseat 🚀
Stars: ✭ 55 (+129.17%)
Mutual labels:  rocketseat, omnistack
UniTaskPubSub
UniTask & IUniTaskAsyncEnumerable baseed pub/sub messaging. this is like the UniTask version of UniRx.MessageBroker.
Stars: ✭ 61 (+154.17%)
Mutual labels:  event
nlw-04-elixir
Projeto construído durante o Next Level Week #04, na trilha de Elixir
Stars: ✭ 84 (+250%)
Mutual labels:  rocketseat
php-event-manager
PHP event manager. simple, fully functional event management dispatcher implementation. 简洁,功能完善的事件管理实现,支持快速的事件组注册,设置事件优先级,通配符事件的监听。
Stars: ✭ 25 (+4.17%)
Mutual labels:  event
Events
社区举办过的活动信息
Stars: ✭ 17 (-29.17%)
Mutual labels:  event

Evento Next Level Week 3 Sistema web Ok Server OK Aplicativo mobile No License

Logo da Proffy

📌 Index

Sobre o projeto

Uma plataforma para facilitar o encontro de orfanatos por pessoas que querem visita-los.

O projeto está em desenvolvimento na Next Level Week 3

📸 Screenshots

Tela Web
Demonstração da plataforma Happy

🛠 Techs

Instalação e Start

Este repositório é um monorepo, portanto, manterá os fontes do projeto Web, API e Mobile. Cada parte do projeto tem suas dependências e é necessário instala-las individualmente antes da execução, para isso certifique-se de que tenha NPM ou YARN instalado em seu ambiente, além, é claro, o repositório clonado em seu ambiente.

Clone o repositório com:

> git clone https://github.com/matheusfelipeog/happy.git

As demonstrações utilizam YARN por padronização, mas, caso use NPM, basta substituir onde estiver escrito yarn por npm.

Instalando dependências do projeto web:

> cd happy/web
> yarn install

Para executar o projeto web completo é necessário ter um token de autenticação da API do Mapbox. Acesse sua conta no site e crie um token para ser utilizado no projeto. Com o token em mãos, crie um arquivo .env e coloque seu token como valor da chave REACT_APP_MAPBOX_TOKEN.

Exemplo:

REACT_APP_MAPBOX_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Agora starte o projeto em seu ambiente com:

> yarn start

Acesse: http://127.0.0.1:3000/ para visualizar.

Instalando dependências do projeto backend:

> cd happy/backend
> yarn install

Para executar o projeto backend é necessário criar o banco de dados com todas as tabelas utilizadas, para isso, use no diretório correspondente:

> yarn typeorm migration:run
> yarn dev

Acesse: http://127.0.0.1:3333/ para visualizar.

🤝 Contribuições

Siga os passos abaixo para contribuir:

  1. Faça o fork do projeto (https://github.com/matheusfelipeog/happy)

  2. Clone o seu fork para sua maquína (git clone https://github.com/user_name/happy.git)

  3. Crie uma branch para realizar sua modificação (git checkout -b feature/name_new_feature)

  4. Adicione suas modificações e faça o commit (git commit -m "Descreva sua modificação")

  5. Push (git push origin feature/name_new_feature)

  6. Crie um novo Pull Request

  7. Pronto, agora só aguardar a análise 🚀

📜 License

O projeto está sobre a licença MIT ❤️

Gostou? Deixe uma estrelinha para ajudar o projeto

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].