https://github.com/sbthdr/datablock
Data Science Job Listing System with Laravel 8.
https://github.com/sbthdr/datablock
joblisting laravel laravel-cashier stripe-payments tailwindcss
Last synced: 3 months ago
JSON representation
Data Science Job Listing System with Laravel 8.
- Host: GitHub
- URL: https://github.com/sbthdr/datablock
- Owner: SBTHDR
- Created: 2021-12-06T13:23:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-06T13:33:05.000Z (over 3 years ago)
- Last Synced: 2025-01-06T20:31:44.638Z (5 months ago)
- Topics: joblisting, laravel, laravel-cashier, stripe-payments, tailwindcss
- Language: PHP
- Homepage:
- Size: 721 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DataBlock
## About Repository
DataBlock - A Basic Data Science Job Listing System built with Laravel 8 where user can post a job listing by paying through Stripe.
## Tech
- Laravel 8
- Tailwind CSS
- Stripe Elements## Features
- User Listing CRUD
- Login, Register using Breeze auth
- Search listing
- Sort by Tag
- User Agent/IP Store## Installation
- `git clone https://github.com/SBTHDR/datablock.git`
- `cd datablock/`
- `composer install`
- `cp .env.example .env`
- Update `.env` and set your database credentials
- `php artisan migrate`
- `php artisan db:seed`
- `npm install`
- `npm run dev`
- `php artisan serve`## License
[MIT license](https://opensource.org/licenses/MIT).