Giter VIP home page Giter VIP logo

useradmin's Introduction

User Admin

About

This is a very simple user administration web application implementing the CREATE and READ functions from CRUD. It uses the Laravel framework for easy input validation and user list pagination. The data is stored in an SQLite embedded database.

Installation

The hosting web server must have PHP >= 7.0.0 installed with the following extensions (from the Laravel documentation):

  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

Rename .env.example to .env in the application root directory. Change the APP-KEY in the .env file to some random base64 encoded string for more security.

The server root should be the /public directory which is inside the application root directory. Directories within the /storage and the /bootstrap/cache directories should be writable by the web server.

The SQLite database file have the required structure (with some test data), no additional setup needed. The default 5 rows per page can be changed in the app/Http/Controllers/HomeController.php file by setting the private $perPage variable.

Usage

The webapp starts with the home page which have all the functions. User registration/authentication is not used, anyone can add users to the database. The user creation form is always visible above the user list table. All input fields must be filled to add a new entity. Any user can have any number of email addresses. The email field format is a comma separated list, the date of birth format is YYYY-MM-DD and between 1900-01-01 and the actual date, the user name must be unique and can only contain alphabet characters.

useradmin's People

Watchers

James Cloos avatar Bith 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.