Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diogo-karma/newsapi
Teste para Homologação
https://github.com/diogo-karma/newsapi
Last synced: about 1 month ago
JSON representation
Teste para Homologação
- Host: GitHub
- URL: https://github.com/diogo-karma/newsapi
- Owner: diogo-karma
- Created: 2023-04-11T06:47:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T06:50:08.000Z (almost 2 years ago)
- Last Synced: 2024-12-02T19:55:05.427Z (about 2 months ago)
- Language: Handlebars
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Teste para Homologação
### Nestjs + Vue## Dependencies:
- nodejs && (yarn || npm|| pnpm) && bootstrap## Como testar?
- Clonar repositorio
- instalar as dependencias com Yarn, NPM, PNPM```ssh
$ yarn # ou npm install
$ yarn start:dev # ou npm run start:dev
```
* Acessar: http://localhost:3000## Caveats
- API Key está publicamente no .env
- Por ser um teste, o .env não está no .gitignore
- Existe um filtro para alterar a exibição das colunas
- Usei Handlebars (.hbs) para renderizar o html, mas poderia ser outros (e.g. Jade/PUG)
- Usei Vuejs clientside/dev
- Tentei ser o mais simples possível