Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Hire-EZ Is a demonstration application that demonstrates the flexibility of RFP-EZ.

License

Notifications You must be signed in to change notification settings

presidential-innovation-fellows/hire-ez

Repository files navigation

The Project

Building a platform that makes it easier for small high-growth businesses to navigate the federal government, and enables agencies to quickly source low-cost, high-impact information technology solutions.

What is HIRE-EZ?

HIRE-EZ Is a demonstration application that demonstrates the flexibility of RFP-EZ. In this case, the demo is about recruiting and screening a round of fellows for a project.

Setting up your development environment

1. Grab the code

git clone git://github.com/presidential-innovation-fellows/hire-ez.git

2. Install dependencies
3. Configure your local database
  • Create an empty MySQL database named "hire-ez" (or whatever your heart desires)
  • Copy the application/config/local_example directory to application/config/local (which will be .gitignore'd)
  • Enter your database credentials in application/config/local/database.php
  • Install the Laravel migrations table: php artisan migrate:install --env=local
  • Give yourself some seed data: php artisan seed --env=local
4. Run the Grunt watcher

We use the awesome Grunt to compile, concatenate, and minify our assets. We use Stylus instead of CSS, Coffeescript instead of Javascript, and Jade templates that compile to PHP.

Running the watcher is as easy as cd assets/build; grunt watch.

5. You're good to go!

For further reading you can check out the Laravel documentation. We'll be updating this readme soon with more info on how you can contribute to the development of RFP-EZ.

About

Hire-EZ Is a demonstration application that demonstrates the flexibility of RFP-EZ.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •