Repository to store an application learned in week omnistack 11 by RocketSeat 🚀, app called Be The Hero, it's an application to support and publishing ONGs incidents.
- Made in JavaScript (NodeJS), Express, Knex, sqlite database, Celebrate to validations and Jest for tests (unit and integration)
- Made in React Native and CSS using Expo to bring productivity and speed up the codification.
- Backend
// to install js dependencies
npm install
// to create database
npx knex migrate:latest
// to start backend
npm start
✅ It should be started backend in localhost on port :3333
- Frontend
// to install js dependencies
npm install
// to start frontend
npm start
✅ It should be started frontend in localhost on port :3000 and open browser on home screen
- App Mobile
// to install js dependencies
yarn install
// to start mobile app and test in develop mode using expo, requires backend
yarn start
✅ It should be started an Expo interface on browser and show de options to test app mobile in develop mode
Special thanks to Rockeseat 🚀 for this incredible journey, teaching very well and share many utils things for us for free.