Skip to content

Commit

Permalink
Merge pull request #17 from maick05/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
maick05 authored Jun 20, 2022
2 parents 74a6987 + 549ce45 commit 2e838ae
Show file tree
Hide file tree
Showing 36 changed files with 1,240 additions and 172 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: e2e
on:
push:
branches:
- main
- development
jobs:
e2eTests:
name: e2e-Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: install
run: npm install
- name: e2e test
run: npm run test:e2e
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
# name: e2e
# on:
# push:
# branches:
# - main
# - development
# jobs:
# e2eTests:
# name: e2e-Tests
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# with:
# fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
# - name: install
# run: npm install
# - name: e2e test
# run: npm run test:e2e
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any

9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@

<p align="center">This project use <a href="https://github.com/nestjs/nest" target="_blank">NestJS</a>, a progressive <a href="http://nodejs.org" target="_blank">Node.js</a> framework for building efficient and scalable server-side applications.</p>

## Technologies

<ul>
<li>NestJS</li>
<li>NodeJS</li>
<li>Puppeteer</li>
<li>MongoDB</li>
</ul>

## Description

API to get Places by Local Names.
Expand Down
3 changes: 3 additions & 0 deletions config/yaml/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ repository:
neighborhoods:
guia-mais:
url: 'https://www.guiamais.com.br/bairros'
database:
mongodb:
connection: 'mongodb+srv://dev-seeder-root:hpYpxyjrKExNQviu@devseeder.v6xtv.mongodb.net/places'
api:
port: 3000
Loading

0 comments on commit 2e838ae

Please sign in to comment.