Giter Club home page Giter Club logo

user-panel's Introduction

UserPanel

USER PANEL
YOU CAN CHECK OUT THE DEMO

USER PANEL (CODEIGNITER)

Simple user registration and display project.

Prerequisites

Installation

  • Firstly database need to be created

  • Then inside the database users table needs to be created

Users Table Scheme

Type Collation Default Null Extra
id int(11) None No AUTO_INCREMENT
username varchar(100) utf8mb4_general_ci None No
email varchar(100) utf8mb4_general_ci None No
created_At timestamp current_timestamp() No
  • Then change name of the env.example to .env

In the .env file

# DB Variables
DB_HOST=localhost
DB_USER=root
DB_PASS=pass
DB_NAME=db_name

# Recaptcha Keys
reCAPTCHA_SITE_KEY=your_site_key
reCAPTCHA_SECRET_KEY=your_secret_key

The DB credentials has to be filled according to DB that created.
Also system uses recaptcha, also recaptcha site key and secret key should be generated from Google Recaptcha

  • After this process composer dependencies can be downloaded using;

Note: Composer Should be installed on the system

composer install
  • Change base url in application/config/config.php
$config['base_url'] = 'YOUR_BASE_URL';

License

MIT license

user-panel's People

Contributors

barash-asenov 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.