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.
-
Create MySQL database
-
Clone Repository
git clone https://github.com/FarhanKurnia/URL-Shortener.git -
Install Composer
composer install -
Copy and Set up environment
cp .env.example .env -
Customize environment (.env) files with DB name that has been created.
-
Migrate database
php artisan migrate -
Run local server
php artisan serve -
Access localhost:8000 or your public link
-
Webcam can be access in public with SSL
