gustavo-tp / be-the-hero

Projeto realizado seguindo os passos da Semana OmniStack 11.0

Home Page:https://gustavo-tp.github.io/be-the-hero

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BeTheHero

GitHub language count Repository size GitHub last commit Repository issues License

Description   |    Technologies used   |    Prerequisites   |    Installing   |    Acknowledgments

Preview

Description

Application that allows people to find and contribute to NGOs.

Technologies used

Prerequisites

If you do not have any of the software below, follow the link to install

Installing

Follow the steps below to run the project on your computer. (using terminal or git bash)

  1. Clone this repository
git clone git@github.com:gustavo-tp/be-the-hero.git
  1. Run Backend
cd be-the-hero/backend
npm install
npm start
  1. Run WEB App
cd ../frontend
npm install
npm start
  1. Run Mobile App
cd ../mobile
npm install
npm start

Then open the Expo app on your phone and scanned the QR code.

Acknowledgments

@Rocketseat @diego3g

About

Projeto realizado seguindo os passos da Semana OmniStack 11.0

https://gustavo-tp.github.io/be-the-hero


Languages

Language:JavaScript 86.0%Language:CSS 12.9%Language:HTML 1.1%