A basic table where new items can be added and deleted with domain switching for the logo.
- PHP 7.4+
- Composer
- Node.js (for npm packages)
- Laravel 10 (already installed)
-
Clone this repository to your local machine:
git clone https://github.com/reggiestain/zestcode-task.git cd your-project composer install npm install cp .env.example .env php artisan key:generate php artisan migrate npm run dev php artisan serveThe project should now be up and running. Open your web browser and visit http://localhost:8000 to access the application.
- To register a new user, visit the
/registerroute. - To log in, visit the
/loginroute. - ...
This project is licensed under the MIT License - see the LICENSE file for details.