Skip to content

repository to store code of week omnistack 11, learned node, react and react native

License

Notifications You must be signed in to change notification settings

rafaelpivatto/omnistack11

Repository files navigation

Be The Hero logo

Be The Hero

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.

⚙️ Backend

🖥 FrontEnd

📱 App Mobile

  • Made in React Native and CSS using Expo to bring productivity and speed up the codification.

🚀 To lauch:

  • 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

🎉 Many Thanks

Special thanks to Rockeseat 🚀 for this incredible journey, teaching very well and share many utils things for us for free.