Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gemblue/cakephpjobboard
Public Job Board / JobsDB clone written in CakePHP v4
https://github.com/gemblue/cakephpjobboard
Last synced: 8 days ago
JSON representation
Public Job Board / JobsDB clone written in CakePHP v4
- Host: GitHub
- URL: https://github.com/gemblue/cakephpjobboard
- Owner: gemblue
- Created: 2020-05-23T01:47:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T05:30:16.000Z (about 2 years ago)
- Last Synced: 2024-11-15T19:42:37.156Z (2 months ago)
- Language: PHP
- Size: 420 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CakePHP Job Board
JobsDB platform like, written in CakePHP v4
## Install
- Clone repo
```
git clone https://github.com/gemblue/CakePHPJobBoard YourProjectFolder
cd YourProjectFolder
```
- Migrate DB Structure
```
./bin/cake migrations migrate
```
- Record Table Sampling / Seed
```
./bin/cake migrations seed
```## Run on Server
```
./bin/cake server
```Open app at http://localhost:8765/
![](https://nimbus-screenshots.s3.amazonaws.com/s/4c983e21520c6669e4c2d6ece0ad1f56.png)