Skip to content

zacha423/KeyMgr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeyMgr

KeyMgr

KeyMgr (Key Manager) is a Linux based tool for facilities departments to track and manage keys to buildings for their organization. KeyMgr includes tools for different levels of staff, and for all key holders.

Begin Development

This project utilizes VSCode's Dev Containers. Development can be done locally inside the container, or on GitHub Codespaces.
Open in GitHub Codespaces
Important: When first creating the Dev Containers let the container run for a few minutes to finish the postCreate command.

Environment Setup

  1. cd KeyMgr
  2. cp .env.example .env
  3. php artisan key:generate
  4. composer install
  5. npm install
  6. php artisan migrate:fresh --seed
  7. npm run dev
  8. Start programming!

Containers and Connections

Web Server

Local Port: 8080

Database

Local Port: 5432

PGAdmin4

Local Port: 8081
Username: [email protected]
Password: keymgr

PHP Debugging

Nginx

XDebug Port: 9003
Debug Config: (NGINX) Listen for XDebug

DevContainer / Artisan Console

XDebug Port: 9000
Debug Config: (ARTISAN) Listen for XDebug

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages