Giter VIP home page Giter VIP logo

wpu-login-ci3's Introduction

CodeIgniter

๐Ÿ”ฅ WPU Login CI3

Login & Dashboard Page with CodeIgniter 3

CodeIgniter Version Project License

Admin Dashboard Preview

๐Ÿ“น Video Tutorial

Membuat Sistem Login Lengkap Menggunakan CodeIgniter - Sandhika Galih

โžก๏ธ Getting Started

๐Ÿ“ฅ Clone this Repository

# Git
$ git clone https://github.com/gifaldyazkaa/wpu-login-ci3.git

# GitHub CLI
$ gh repo clone gifaldyazkaa/wpu-login-ci3

๐Ÿ“‘ Move this Folder to Server Folder

# Windows (XAMPP)
> move wpu-login-ci3 C:\xampp\htdocs\

# Linux (Apache2)
$ sudo mkdir /var/www/html/wpu-login-ci3 && sudo cp -rv {wpu-login-ci3/*,wpu-login-ci3/.*} /var/www/html/wpu-login-ci3

๐Ÿ—‚๏ธ Create new database

  • Open your phpMyAdmin Page

phpMyAdmin Page

  • Create a new database named wpu_login

Create new db

  • Select wpu_login database
  • Go to Import tab
  • Import database SQL File from wpu_login.sql (File is included in root folder of this project)

Import SQL

Import Success

  • You're done. You've created a database named wpu_login.

wpu_login db

๐Ÿ”ง Configuring Database

Edit application/config/database.php with correct database information.

$db['default'] = array(
	'dsn'	=> '',
	'hostname' => 'localhost', // Hostname
	'username' => 'admin', // Database username
	'password' => 'Admin_123', // Database password
	'database' => 'wpu_login', // Database name
	'dbdriver' => 'mysqli',
	'dbprefix' => '',
	'pconnect' => FALSE,
	'db_debug' => (ENVIRONMENT !== 'production'),
	'cache_on' => FALSE,
	'cachedir' => '',
	'char_set' => 'utf8',
	'dbcollat' => 'utf8_general_ci',
	'swap_pre' => '',
	'encrypt' => FALSE,
	'compress' => FALSE,
	'stricton' => FALSE,
	'failover' => array(),
	'save_queries' => TRUE
);

๐Ÿ”Œ Start Apache2 Server

$ sudo systemctl start apache2

* Windows user can start Apache server with XAMPP Control Panel.

๐ŸŒ View the application

Open up http://localhost/wpu-login-ci3. It should be like this.

Login page preview

๐Ÿ‘ค Login with this Login info

--Root (Admin)--
Email : [email protected]
Password : root1234

--Default (Admin)--

Email : [email protected]
Password : 12345678

--Guest (User)--

Email : [email protected]
Password : 12345678

User at above is already registred at database.

User Table

๐ŸŽ‰ You're done

Your application is served and working perfectly. Now, you can start editing Admin Dashboard by editing application/views/admin/index.php. CRUD Function is not fully implemented. If you want to adding User Roles, etc, You must do it via phpMyAdmin. Sorry for this.

โœ‹ Reporting Errors

Have you find an error while following the Getting Started Guide? You can Create new issue and inserting Error code, description, and the error image.

๐Ÿ“ƒ License

wpu-login-ci3 is Licensed under Apache-2.0 License.

wpu-login-ci3's People

Contributors

imgbot[bot] avatar

Stargazers

 avatar Initial A avatar Bayu Dwi Cahyono avatar Aditya FNS avatar

Watchers

 avatar Azka 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.