Skip to content

FarhanKurnia/DC-Visitor

Repository files navigation

Web-based Digital Data Center Guestbook Application

Homepage

This project is the development of a data center guest book application created during an internship. Created using the Laravel framework by implementing the SDLC waterfall method, MySQL for the database, Token Auth for the authentication. The things that have been done during the application development period, including: gathering requirements, designing UML and tables, implementing the design (coding) and the result is a ready-to-use full-stack application.


Implementations

  1. Create MySQL database

  2. Clone Repository

    git clone https://github.com/FarhanKurnia/URL-Shortener.git
    
  3. Install Composer

    composer install
    
  4. Copy and Set up environment

    cp .env.example .env
    
  5. Customize environment (.env) files with DB name that has been created.

  6. Migrate database

    php artisan migrate
    
  7. Run local server

    php artisan serve
    
  8. Access localhost:8000 or your public link

  9. Webcam can be access in public with SSL

About

Application for Visitor Data Center with Laravel Framework

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors