jackie/user-administration

Nette: Standard Web Project

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/jackie/user-administration

v1.5.0 2024-12-10 17:27 UTC

This package is auto-updated.

Last update: 2025-09-30 19:04:43 UTC


README

User Administration Application is based on Nette. It is basic app for managing registred users.

Installation

composer create-project jackie/user_administration

After Installation

  • Change database user and password in config\common.neon if neccessary.

  • Open schema sql in root folder and run the commands.

  • Setup server

cd user-administration
php -S localhost:8000 -t www 

Open page http://localhost:8000