This app developed in Laravel and It uses Composer to manage its dependencies. So, you need to make sure you have Composer installed on your machine than you can run this application via these below commands typing in your command line tool.
-
Composer install
-
php artisan migrate
-
php artisan serve
-
Open this URL in Browser => "http://127.0.0.1:8000/register" and register yourself.
-
Now Open this URL in Browser => "http://127.0.0.1:8000/login" and get login via your username and password.
:)