Country informations and management
- Programing language: PHP
- Framework: Laravel 8.40
● PHP >= 7.3
● MYSQL
● PDO PHP Extension
● JSON PHP Extension
● Fileinfo PHP Extension
● Tokenizer PHP Extension
Install Composer Dependencies
composer installCreate a copy of your .env file
cp .env.example .env*insert your database information (DB_PORT; DB_DATABASE; DB_USERNAME;DB_PASSWORD)
Generate an app encryption key
php artisan key:generateRun database migrations
php artisan migrateManage countries from country list
Users are able to:
● Register / Ligin into application
● Get all countries
● Add country to favorite
● Write a comment
● Get country information
● Get position on the map
● Get currency information