Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/valchanoficial/semanaomnistack11
- Owner: ValchanOficial
- Created: 2020-03-23T22:43:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T18:42:10.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T06:57:07.972Z (over 1 year ago)
- Topics: axios, crud, crypto, css, expo, expo-mail-composer, express, express-validator, feather-icons, html, knexjs, nodejs, nodemon, react, react-native, sqlite
- Language: JavaScript
- Size: 5.46 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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
```