Chotu is a simple, fast URL Shortener
- Composer
- Laravel
- Npm (NodeJS)
- MySQL
and configuring the .env file with the database and app specifics.
composer install
npm install
npm run dev
php artisan migrate
php artisan serve
Chotu is a simple, fast URL Shortener
and configuring the .env file with the database and app specifics.
composer install
npm install
npm run dev
php artisan migrate
php artisan serve