Project | Technologies | Layout | How to use | License
Be The Hero is a project that aims to connect people who are willing to help ONGs.
This project was developed with the following technologies:
To access the layout, use a tool call Figma.
To use and run this project, you'll need the technologies of section Technologies installed on your computer.
Now from your terminal, use the commands below:
# clone this repository
$ git clone https://github.com/rodgeraraujo/BeTheHero
# go into the repository
$ cd BeTheHero/backend
# install dependencies
$ yarn install #or npm install
# run migrates
$ yarn knex migrate:latest # or npx knex migrate:latest
# run the API
$ yarn run dev #or npm run dev
# go into the repository
$ cd BeTheHero/frontend
# install dependencies
$ yarn install #or npm install
# run the frontend
$ yarn start #or npm start
# go into the repository
$ cd BeTheHero/mobile
# install dependencies
$ yarn install #or npm install
# run the mobile app (this will open browser page)
$ expo start
# open you expo app and can QR code
This project is under the MIT license. See the LICENSE for details.
Made with ♥ by Rogério Araújo