Project | Technologies | Installation | Test | Contribute | License
Be The Hero connects ONGs that need help to people who want to help. In it, ONGs will register campaigns and interested people can donate any amount to the cause. The App created during the week OmniStack 11.0, a complete application from the back-end to the front-end, made with Stack from Node.js, React and React Native.
Install the dependencies on the backend and start:
cd backend
$ yarn install
$ yarn dev
Install the dependencies on the frontend and start:
cd frontend
$ yarn install
$ yarn start
To run the mobile project follow the step by step installation of the Expo:
Install the dependencies on the mobile and start:
cd mobile
$ yarn install
$ yarn start
$ yarn test
- Make a fork;
- Create a branck with your feature:
git checkout -b my-feature
; - Commit changes:
git commit -m 'feat: My new feature'
; - Make a push to your branch:
git push origin my-feature
.
MIT License Copyright 2020 © Renato de Luna - Made with ♥