Skip to content

This repository was created for the case study in the #nodejs, #react, and #react-native stack. Creating the application to help ONGs in cases registereds in the platform.

Notifications You must be signed in to change notification settings

guisalmeida/omnistack11-bethehero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Semana OmniStack Rocketseat - Be The Hero

This repository was created for the case study in the #nodejs, #react, and #react-native stack. Creating the application to help ONGs in cases registereds in the platform.

Instructions

Prerequisites

You should have installed:


Usage

This project is divided into three main folders:

cd backend/

API rest created to serve the application with Nodejs and Mongodb.

In this folder, run the following commands:

$ npm install // install dependencies

$ npm start // watching server local

cd frontend/

Interface web desktop of the aplication in React. This project was bootstrapped with Create React App. More details here.

In this folder, run the following commands:

$ npm install // install dependencies

$ yarn start // starts development environment for react

cd mobile/

Aplication mobile in React-native

In this folder, run the following command:

$ npm install // install dependencies

For the installation and configuration of the all mobile environment according to your OS, you need follow this guide.

After in this folder, run the following command:

$ expo start // starts metro bundler

Built With the Stack

  • NodeJS - Create the API of consuming data.
  • React - Create interface web desktop of the aplication.
  • React-Native - Create interface mobile of the aplication.

Authors

Guilherme Almeida

See also the list of contributors who participated in this project.

About

This repository was created for the case study in the #nodejs, #react, and #react-native stack. Creating the application to help ONGs in cases registereds in the platform.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published