Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/valchanoficial/semanaomnistack11

Semana OmniStack 11 - Projeto Be The Hero
https://github.com/valchanoficial/semanaomnistack11

axios crud crypto css expo expo-mail-composer express express-validator feather-icons html knexjs nodejs nodemon react react-native sqlite

Last synced: 4 days ago
JSON representation

Semana OmniStack 11 - Projeto Be The Hero

Awesome Lists containing this project

README

        

# Projeto Be The Hero - Rocketseat

- Tecnologias
- - Nodejs + Express
- - SQLite + Knex.js
- - React
- - React Native
- - Feather Icons
- - Axios
- - Expo

- Instale as dependências em todas as pastas
```javascript
npm install
```
- Cria tabelas
```javascript
npx knex migrate:latest
```
- Execute a aplicação utilizando o comando
```javascript
npm start
```