Skip to content

Latest commit

 

History

History
135 lines (102 loc) · 4.2 KB

README-pt.md

File metadata and controls

135 lines (102 loc) · 4.2 KB

Happy

Evento Next Level Week 3 Web Server Aplicativo mobile No License

GitHub top language GitHub language count Repository size GitHub last commit Made by Rocketseat


English · Portuguese

Sobre   |    Tecnologias   |    Ferramentas   |    Instalação   |    Licença


Screens

🔖 Sobre

Happy é uma plataforma para conectar instituições de cuidados infantis com pessoas interessadas em ajudar. Este projeto foi implementado durante a Next Level Week #3 da Rocketseat.


💻 Tecnologias


🔧 Ferramentas


📦 Instalação

✔️ Pré-requisitos

Os seguintes softwares devem estar instalados:


⬇️ Clonando o repositório

  $ git clone https://github.com/gabrielmaialva33/happy.git

▶️ Rodando as aplicações

  • 📦 API
  $ cd server
  # Dependencies install.
  $ yarn # or npm install
  # Data base creation.
  $ yarn yarn typeorm migration:run # or npm run yarn typeorm migration:run
  # API start
  $ yarn start # or npm start
  • 💻 Web app
  $ cd web
  # Dependencies install.
  $ yarn # or npm install
  # Running web app
  $ yarn start # or npm start
  • 📱 Mobile app
  $ cd mobile
  # Dependencies install.
  $ yarn # or npm install
  # Running mobile app
  $ yarn start # or npm start

📝 Licença

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

Gostou? Deixe uma estrela para ajudar o projeto ⭐