/projeto-ongs

Plataforma que conecta ONG's e pessoas que querem ajudar

Primary LanguageJavaScriptMIT LicenseMIT

Be the hero

be the hero
Mobile & Desktop

A FullStack App that conects NGO's and people who wants to help.

Technologies   |    How To Use   |    License

🌌 Technologies

This project was developed at the RocketSeat Semana OmniStack with the following technologies:

ℹ️ How To Use

To clone and run this application, you'll need Git, Node.js v10.16 or higher + yarn v1.13 or higher installed on your computer and the API.

From your command line:

# Clone this repository
$ git clone https://github.com/lukemorales/gostack-fullstack-meetapp

# Go into the repository
$ cd gostack-fullstack-meetapp

# Install dependencies for the backend
$ cd backend
$ yarn install

# Run migrations to your database
$ yarn migrate

# Run the backend server
$ yarn dev
$ yarn queue

# Install dependencies for the frontend and run the server
$ cd frontend
$ yarn install
$ yarn start

# Install dependencies for the mobile
$ cd mobile
$ yarn install

# Start React Native Server
$ react-native start

# Run the app (iOS)
$ react-native run-ios --simulator="iPhone XS Max"

# Run the app (Android)
$ react-native run-android

📝 License

This project is under the MIT license. See the LICENSE for more information.


Made with ♥ by Yago Lima 👋 Get in touch!