/bethehero-omnistack-week

BeTheHero - Fullstack project using NodeJS, SQLite, ReactJS and React Native

Primary LanguageJavaScript

devradar-omnistack-week

This project is based on Omnistack Week 11 developed by Rocketseat, the objective is make a Fullstack application using NodeJS with Express and SQLite in backend, React in web frontend and React Native in mobile. That app can register NGOs and yours incidents with the cost in mobile the user can list these incidents and view the details and get in touch via Whatsapp or Email.

backend

To install the dependences and run the server in development mode execute:

cd backend
yarn install
yarn start

If you need use the file "insomnia_workspace.json" to import Insomnia Workspace and access the routes.

frontend

To start the web frontend run the following commands:

cd frontend
yarn install
yarn start

Screenshots

mobile

Before start the mobile change the file src/services/api.js with your machine address in your network and execute:

# If you don't have the expo-cli installed run this line above
yarn global add install expo-cli
cd mobile
yarn install
yarn start

Screenshots

After that access the application using an emulator or the Expo App.

License

MIT © Rocketseat