An open API service indexing awesome lists of open source software.

https://github.com/mafda/nlw_proffy


https://github.com/mafda/nlw_proffy

nodejs react react-native reactjs typescript

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Next Level Week | Proffys

## Ambiente de desenvolvimento

As seguintes tecnologias foram utilizadas no projeto:

* **Back-end**

* [TypeScript](https://www.typescriptlang.org/)
* [Node.js](https://nodejs.org/)
* [KnexJS](http://knexjs.org/)
* [Sqlite3](https://www.sqlite.org/index.html)

* **Front-end**

* [React.js](https://reactjs.org/)
* [TypeScript](https://www.typescriptlang.org/)
* [Axios](https://github.com/axios/axios)

* **Mobile**

* [React Native](https://reactnative.dev/)
* [Expo](https://expo.io/)

## Instalação API

* Clonar este repositório

```
git clone git@github.com:mafda/nlw_proffy.git
```

### Back-end

* Entre no repositório

```
cd nlw_proffy/server
```

* Run

```
npm install
npm run knex:migrate
```
* Start

```
npm start
```

### Front-end

* Entre no repositório

```
cd nlw_proffy/web
```

* Run

```
npm install
```
* Start

```
npm start
```

### Mobile

* Entre no repositório

```
cd nlw_proffy/mobile
```

* Run

```
npm install
```
* Start

Para visualizar, instale [Expo](https://expo.io/).

```
npm start
```

## Insomnia

Para testar o projeto *"Proffys"*, instale o [Insomnia](https://insomnia.rest/) ou execute via docker container [docker-insomnia](https://github.com/camiloariza/docker-insomnia).

### Agradecimentos

[Diego Fernandes](https://github.com/diego3g) e a equipe da [RocketSeat](https://rocketseat.com.br/).

---

made with 💙 by [mafda](https://mafda.github.io/)