StefanoSaffran / be-the-hero

Be The Hero - Application that connects people who wants to help with NGOs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Be the Hero Fullstack app ๐Ÿฆธโ€โ™‚๏ธ

Last commit on GitHub Project top programing language Languagues Made by Stefano Repository size GitHub license

๐Ÿ’ป Project   |    ๐Ÿš€ Built with   |    โ„น๏ธ Getting Started   |    ๐Ÿ“ƒ License   |    ๐Ÿ“ฌ Get in touch

๐Ÿ’ป Project

Application that connects people who wants to help with NGOs.

๐Ÿš€ Built with

This project was developed with the following technologies:

โ„น๏ธ Getting Started

Requirements

To run the app, you will need:

Backend

Now clone the repository and install the dependencies.

# to clone the repository
git clone https://github.com/StefanoSaffran/omnistack-11.git

# go into the backend folder
cd omnistack-11/backend

#install the backend dependencies
yarn

# run api
yarn dev

Frontend

# in another tab of the terminal install the frontend dependencies and run it 
cd frontend
yarn
yarn start

Mobile

The Application was developed using Expo. It is a free and open source toolchain built around React Native to facilitate the process of running and testing applications. Click here to get start with Expo.

# install the dependencies
cd mobile
yarn

In order to run the application on your device, you need to change the ip config.

api.js

  baseURL: 'http://192.168.0.185:3003',

replace 192.168.0.185 with your machine's ip.

If you want to use Reactotron change the ip in the Reactotron config file.

ReactotronConfig

  .configure({ host: '192.168.0.185' })

Now with everything on place, run the application.

# to run the app
yarn start

Expo will open a page in your browser, scan the QRcode on the page and wait for the app to load.

The Application was developed and tested on Iphone 6s


๐Ÿ“„ License

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

๐Ÿ“ฌ Get in touch

Website - Stefano Saffran     Linkedin - Stefano Saffran     Email - Stefano Saffran

Made with โ˜• and โค๏ธ by Stefano Saffran.

About

Be The Hero - Application that connects people who wants to help with NGOs.

License:MIT License


Languages

Language:JavaScript 99.5%Language:HTML 0.5%