a simple admin panel that help you manage your stuff
- for install
1 - npm i
2 - composer install
3 - copy .env.example and rename it to .env ( fill it with your database credentials )
4 - php artisan key:generate
5 - php artisan migrate ( for getting tables structure )
- for use
1 - php artisan serve
2 - npm run watch OR npm run watch-poll ( one of them should work )
- hints
1- you can find postman collection in the root of project