Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaseconey/recruitr
https://github.com/chaseconey/recruitr
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chaseconey/recruitr
- Owner: chaseconey
- Created: 2013-10-18T02:44:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-31T02:05:09.000Z (about 11 years ago)
- Last Synced: 2024-11-13T20:42:13.050Z (2 months ago)
- Language: PHP
- Size: 371 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
### Recruitr
A recruiting application written fairly quickly to accomodate the hiring process at Epicom.
#### Some Basic Features
* Full Authentication using email, secure keys, and strong salts
* Easy build process using Composer and Artisan (including schema generation and database seeding)
* Simple interface for collecting the most important information about your applicants
* Very customizable and clean code#### Building the Project
* `git clone` the project
* Navigate to the local repo
* Pull down all dependencies using `composer install` Install Instructions for Composer [here](http://getcomposer.org/doc/00-intro.md)
* Build base schemas `php artisan migrate`
* Seed the database with basic data `php artisan db:seed`
* Start accepting applications!#### Technologies Used
* Laravel 4
* Composer
* JQuery
* Foundation