Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/giu7d/be-the-hero

This project is part of the OmniStack 11.0 bootcamp!! 📱️⚛️
https://github.com/giu7d/be-the-hero

Last synced: 1 day ago
JSON representation

This project is part of the OmniStack 11.0 bootcamp!! 📱️⚛️

Awesome Lists containing this project

README

        

# Be The Hero

**Be The Hero**, an app that is all about helping NGOs to get funding for their causes. The NGOs can register their tasks that need funding and heroes can help causes that they identify with! 🤝️⛑️💰️

![](screenshots/1.png)
![](screenshots/2.png)

## Getting Started

This project is part of the OmniStack 11.0 bootcamp by [RocketSeat](https://rocketseat.com.br)!! Please, check them out!! ⚛️

### Install & Run

Clone this repo!

```
git clone
cd
```

#### Server

First you need to set up the server, inside your terminal **run**:

```
cd server
yarn install
yarn start
```

**Remember**, keep this terminal window open!

#### Mobile

To run _in development_ use:

```
cd mobile
yarn install
yarn start
```

#### Web

To run _in development_ use:

```
cd web
yarn install
yarn start
```

## Build With

- NodeJs
- Express
- SQLite
- ReactJs
- React Native