- Node
- Express
- ReactJS
- React-native
- Expo
- Jest(TDD)
- ONGS Registration: this application allows the registration.
- Incidents Registration: In this case you can register the solicitation about some incident, to the after people help you.
- Mobile: In the Mobile allows send message to some ONGS, with Whatsapp and email through mobile app.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You must have installed on your machine:
- Node
- NPM
First step is to install the node:
# Using Ubuntu
$ curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
$ sudo apt-get install -y nodejs
# Using Debian, as root
# curl -sL https://deb.nodesource.com/setup_10.x | bash -
# apt-get install -y nodejs
For test if the service was installed with succeed, you can run the command for to check de version of Node:
$ node -v
# Must be have the node version: v10.14.0
$ npm -v
# Must be have the npm version: 6.14.4