Skip to content

Latest commit

 

History

History
86 lines (63 loc) · 2.39 KB

README.md

File metadata and controls

86 lines (63 loc) · 2.39 KB

be the hero

Current Version Node Version

Web

Stack the Project

  • Node
  • Express
  • ReactJS
  • React-native
  • Expo
  • Jest(TDD)

Features

  • 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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You must have installed on your machine:

  • Node
  • NPM

Installing

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

Authors


Tiago Leal