Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!! 📱️⚛️
- Host: GitHub
- URL: https://github.com/giu7d/be-the-hero
- Owner: giu7d
- Created: 2020-03-23T20:26:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T18:30:25.000Z (about 2 years ago)
- Last Synced: 2023-03-06T21:00:18.019Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://rocketseat.com.br/week/aulas/11.0
- Size: 2.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
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