Giter Club home page Giter Club logo

web-gis-desa-saribu-rumah-gadang's Introduction

Desa Wisata Saribu Rumah Gadang Nagari Koto Baru

This is a Geographic Information System (GIS) Web Application. Created using Codeigniter 4 with Myth/Auth for user authentications.

What is CodeIgniter?

CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure. More information can be found at the official site.

This repository holds a composer-installable app starter. It has been built from the development repository.

More information about the plans for version 4 can be found in the announcement on the forums.

The user guide corresponding to this version of the framework can be found here.

Myth/Auth

Myth/Auth is meant to be a one-stop shop for 99% of your web-based authentication needs with CI4. It includes the following primary features:

  • Password-based authentication with remember-me functionality for web apps
  • Flat RBAC per NIST standards, described here and here.
  • All views necessary for login, registration and forgotten password flows.
  • Publish files to the main application via a CLI command for easy customization
  • Debug Toolbar integration
  • Email-based account verification

Installation & updates

Using terminal, run git clone https://github.com/j03hanafi/desa-1000-rumah-gadang.git, go inside the directory with cd desa-1000-rumah-gadang, then composer install to set up Codeigniter 4 framework.

When updating, check the release notes to see if there are any changes you might need to apply to your app folder. The affected files can be copied or merged from vendor/codeigniter4/framework/app.

Setup

Copy env to .env and tailor for your app, uncomment all necessary settings.
Set CI_ENVIRONMENT = development (for development features).
Set app.baseURL = 'http://localhost:8080/'.
Set any #DATABASE settings

Open terminal, run php spark migrate -all to create all needed tables.

Run php spark db:seed BaseSeeder to fill data into all tables.

Execute php spark serve to start application locally.

Available Users

This application came with few users to use authentication functionality.

Email Username Password
[email protected] accuser1 akunaku1
[email protected] accuser2 akunaku2
[email protected] accuser3 akunaku3
[email protected] accuser4 akunaku4
[email protected] accowner1 akunaku5
[email protected] accowner2 akunaku6
[email protected] accadmin1 akunaku7

web-gis-desa-saribu-rumah-gadang's People

Contributors

muhammadagungmahardhika avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.