DataBlock - A Basic Data Science Job Listing System built with Laravel 8 where user can post a job listing by paying through Stripe.
- Laravel 8
- Tailwind CSS
- Stripe Elements
- User Listing CRUD
- Login, Register using Breeze auth
- Search listing
- Sort by Tag
- User Agent/IP Store
git clone https://github.com/SBTHDR/datablock.gitcd datablock/composer installcp .env.example .env- Update
.envand set your database credentials php artisan migratephp artisan db:seednpm installnpm run devphp artisan serve