Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanvqz/amlo
Noticias de AMLO, presidente de México.
https://github.com/juanvqz/amlo
Last synced: 26 days ago
JSON representation
Noticias de AMLO, presidente de México.
- Host: GitHub
- URL: https://github.com/juanvqz/amlo
- Owner: JuanVqz
- Created: 2019-05-03T19:02:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T03:49:50.000Z (almost 6 years ago)
- Last Synced: 2025-01-07T03:02:45.006Z (about 1 month ago)
- Language: Ruby
- Size: 111 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NOTICIAS DE AMLO
Se recuperan noticias de diversos sitios de comunicación del presidente de México.
## requisitos
* ruby 2.6.1
* ruby on rails 5.2.3
* redis
* postgresql
* gem install foreman
* copiar .env.example a .env## instalación
```sh
git clone https://github.com/JuanVqz/amlo.git
cd amlo
bundle installrails db:create
rails db:migrateforeman start
// o ejecutar los siguientes comandos por semarado
sidekiq
rails serve
```## ejecutar pruebas
```
rails db:test:preparerake
```