An awesome hinter for geoGuessr
Report Bug
·
Request Feature
Table of Contents
This is a project to use some noSQL database. The goal of this project is to provide hint when you are playing geoguessr
- PHP 8.3.1 (NTS)
- Laravel 10.x
- composer 2.6.6
- MongoDB 7.0.2 Community
Use your favourite package manager to install PHP 8.3.1 (TS). Or follow this link that redirects to the official PHP download page.
In your php.ini add extension="mongodb.so"
Follow this link that redirects to the official compass install documentation.
Run this command :
sudo pecl install mongodb
Follow this link that redirects to the official composer download page.
- Then use composer to install the package
composer install
- Install all npm packages
npm install
-
copy the .env.example or set the required environment variables
-
All done, you can now use the application as you wish
- Run artisan server
php artisan serve
- Run npm
npm run dev