Skip to content

rafaelpivatto/omnistack11

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.

About

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

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published