Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/atualizing readme #91

Merged
merged 3 commits into from
Oct 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
91 changes: 73 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@
<img src="./assets/branding/cod3rocket_logo.png" />
</p>

<h1 align="center">iTourism</h1>
<h1 align="center">Front-end Hackathon 2022</h1>

<p align="center">
The guide will contain information about the main tourist attractions, hotels, restaurants, shops and other commercial establishments in the city.
Projeto desenvolvido para o Front-end Hackathon, em parceria com a prefeitura do
município de Bandeirantes-PR e a Universidade Estadual do Norte do Paraná
[UENP](https://uenp.edu.br). O projeto foi desenvolvido voltado ao publico
turístico da região, no site e no aplicativo podemos obter algumas informações
da cidade como: restaurantes, hoteis, bares, locais de lazer, utilidades
públicas, agenda de eventos e pontos turísticos.
</p>

<h3 align="center">
Expand All @@ -27,14 +32,64 @@ The guide will contain information about the main tourist attractions, hotels, r
</a>
</h3>

# Features

- 🚀 Cross-platform (Android, iOS)
- 🌎 Languages and custom languages

# How to use

## Requirements
<div align="center">
<img src="./assets/readme/first_page_app.jpeg" width="288px" height="640px">
<img src="./assets/readme/hotel_app.jpeg" width="288px" height="640px">
<img src="./assets/readme/first_page_app.gif" width="288px" height="640px">
</div>

# Funcionalidades

- 🚀 Cross-platform (Android, iOS, Web)
- 🌎 Suporte a múltiplas linguagens

# Ferramentas utilizadas

<div style="display: inline_block"><br>

<a href="https://www.typescriptlang.org/" target="_blank">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/typescript/typescript-original.svg"
alt="Typescript" width="40" height="40"/>
</a>
<a href="https://dart.dev/" target="_blank">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/dart/dart-original.svg"
alt="Dart" width="40" height="40"/>
</a>
<a href="https://flutter.dev/" target="_blank">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/flutter/flutter-original.svg"
alt="Flutter" width="40" height="40"/>
</a>
<a href="https://pt-br.reactjs.org/" target="_blank">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/react/react-original.svg"
alt="React.js" width="40" height="40"/>
</a>
<a href="https://nextjs.org/" target="_blank">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/nextjs/nextjs-original.svg"
alt="Next.js" width="40" height="40"/>
</a>
<a href="https://nestjs.com/" target="_blank">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/nestjs/nestjs-plain.svg"
alt="Nest.js" width="40" height="40"/>
</a>
<a href="https://www.docker.com/" target="_blank">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/docker/docker-original.svg"
alt="Docker" width="40" height="40"/>
</a>
<a href="https://www.postgresql.org/" target="_blank">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/postgresql/postgresql-original.svg"
alt="PostgreSql" width="40" height="40"/>
</a>
<a href="https://aws.amazon.com/pt/" target="_blank">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/amazonwebservices/amazonwebservices-original.svg"
alt="Aws" width="40" height="40"/>
</a>
</div>

<br />

# Como contribuir

## Requerimentos

- [docker](https://docs.docker.com/get-docker/) >= 20.10.0
- [docker-compose](https://docs.docker.com/compose/install/) >= 1.29
Expand All @@ -44,21 +99,21 @@ The guide will contain information about the main tourist attractions, hotels, r
- [flutter](https://flutter.dev/docs/get-started/install) >= 3.0.0
- [melos](https://melos.invertase.dev/getting-started) >= 2.6.0

## Getting started
## Começando com o código

### 1. Clone the repository
### 1. Clonar o repositório

```bash
git clone https://github.com/cod3rocket/iTourism.git
```

### 2. Install dependencies
### 2. Instalar as dependências

```bash
pnpm install
```

### 3. Edit the .env file
### 3. Editar o arquivo .env

```bash
cd apps/api
Expand All @@ -68,19 +123,19 @@ cp .env.example .env
cd ../..
```

### 4. Run the bootstrap script
### 4. Executar o script de bootstrap

```bash
pnpm bootstrap
```

### 5. Run the project
### 5. Executar o projeto

```bash
just start
```

### 6. Run database migrations and populate database
### 6. Executar as migrations e popular a database

```bash
cd apps/api
Expand All @@ -90,7 +145,7 @@ pnpm prisma migrate dev
pnpm prisma db seed
```

## Authors
## Autores

|[<img src="https://github.com/henriq4.png?size=150" width=150><br><sub>@henriq4</sub>](https://github.com/henriq4) | [<img src="https://github.com/eduardoteles17.png?size=150" width=150><br><sub>@eduardoteles17</sub>](https://github.com/eduardoteles17) |
|-|-|
Binary file added assets/readme/first_page_app.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/readme/first_page_app.jpeg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/readme/hotel_app.jpeg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.