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
- Host: GitHub
- URL: https://github.com/mafda/nlw_proffy
- Owner: mafda
- Created: 2020-08-03T19:07:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-09T12:37:41.000Z (almost 6 years ago)
- Last Synced: 2025-01-17T05:09:21.674Z (over 1 year ago)
- Topics: nodejs, react, react-native, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 505 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)