https://github.com/luc-ribeiro/nlw-03-happy-fullstack
Happy is an application that connects people to institutional care homes to make many children's days happier. Built with ReactJS, Node.js and React Native.
https://github.com/luc-ribeiro/nlw-03-happy-fullstack
nodejs react react-native typescript
Last synced: 3 months ago
JSON representation
Happy is an application that connects people to institutional care homes to make many children's days happier. Built with ReactJS, Node.js and React Native.
- Host: GitHub
- URL: https://github.com/luc-ribeiro/nlw-03-happy-fullstack
- Owner: luc-ribeiro
- Created: 2021-05-12T13:38:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T22:28:56.000Z (about 2 years ago)
- Last Synced: 2025-03-15T05:44:07.254Z (over 1 year ago)
- Topics: nodejs, react, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 930 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-PTBR.md
Awesome Lists containing this project
README
Next Level Week #03 - Happy

## 💻 Projeto
O Happy é uma aplicação que conecta pessoas à casas de acolhimento institucional para fazer o dia de muitas crianças mais feliz
## 🚀 Tecnologias
- **NodeJS**
- **React**
- **React Native**
- **Expo**
- **TypeScript**

## :page_facing_up: Como utilizar
Faça um clone deste repositório:
```sh
$ git clone https://github.com/luc-ribeiro/nlw-03-happy-fullstack.git
```
#### Back-End
Instale as dependências:
```sh
# com npm
$ npm install
# com yarn
$ yarn install
```
Inicie o projeto, entre na pasta **server** e execute o comando:
```sh
# com npm
$ npm start
# com yarn
$ yarn start
```
Acesse o projeto em `localhost:3333`
#### Front-End
Instale as dependências:
```sh
# com npm
$ npm install
# com yarn
$ yarn install
```
Inicie o projeto, entre na pasta **web** e execute o comando:
```sh
# com npm
$ npm start
# com yarn
$ yarn start
```
Acesse o projeto em `localhost:3000`
#### Mobile
Instale as dependências:
```sh
# com npm
$ npm install
# com yarn
$ yarn install
```
Inicie o projeto, entre na pasta **mobile** e execute o comando:
```sh
# com npm
$ npm start
# com yarn
$ yarn start
```
**É necessário ter o aplicativo Expo instalado em seu dispositivo Android ou IOS**