Skip to content

RunChems/UtSaber

Repository files navigation

UTSaber

Web

Official Repository of UTSaber.

What is UtSaber?

UtSaber is a web application that allows you to retrieve information from Inegi API.

UtSaber is focused on information of Puebla, Mexico.

Authors:

  • Ricardo Rito Anguiano Github
  • José María García Ramirez Github
  • Oscar Uriel Cuello Juarez Github
  • Brandon Goíz Bravo
  • Wendy Alonso Perez

For developers

Run local

composer install

npm install && npm run dev

Config .env

Google Credentials

  • GOOGLE_API_KEY
  • GOOGLE_API_SECRET
  • GOOGLE_REDIRECT_URI

Inegi Credentials

  • INEGI_KEY
  • INEGI_KEY_V1

DB Credentials

  • DB_DATABASE
  • DB_USERNAME
  • DB_PASSWORD

Run Migrations

php artisan migrate --seed

Execute database/migration.sql in your configured db

  • It will be updated in a seeder soon

Run serve

php artisan chems:anthem && php artisan serve

LICENSE

MIT

Technologies