Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

sayyidyofa/nwa-gis-laravel

Repository files navigation

National Wilderness Areas Grapichal Information System

Circle CI HitCount

Geographic Information System using Laravel Framework

This project is made for midterm college assignment, Database Programming course.

Reference

  1. Dataset: ArcGIS
  2. CartoDB Site: CartoDB
  3. LeafletJS docs

Demo

https://nwagis.projects.lazydev.me

Development (First time)

  • composer install
  • Set up .env file:
    • php artisan key:generate
    • Set Database(MySQL) username, password
    • Set Database(MySQL) schema name: nwagis
    • Set MailTrap username, password
    • Set Pixabay API Key
  • Set up schema nwagis in your MySQL database
  • php artisan migrate:fresh --seed
  • Good to go.

Development (pulling/fetching)

  • composer update
  • php artisan migrate:fresh --seed

Default Credentials and Roles

This is generated via database/seeds/UserSeeder

email password role
user@example.com secret user
admin@example.com secret admin
sadmin@example.com secret sadmin