Giter VIP home page Giter VIP logo

rfpez's Introduction

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 RFP-EZ?

RFP-EZ is working to create a streamlined process for the federal government to do business with small high-growth companies. Right now, many of the best tech companies view the process for selling to the government as too long and too complicated. The result is suboptimal for both the government and the companies who potentially miss out on a large market opportunity. The RFP-EZ team is building a prototype process for federal agencies to source low-cost, high-impact solutions from innovative tech companies. The success of this effort will result in 1) better and less expensive products and services for the federal government, saving taxpayer dollars and improving results delivered, and 2) easier access to the government marketplace for high-growth start-ups, helping to fuel job growth throughout the country.

Setting up your development environment

1. Grab the code

git clone git://github.com/presidential-innovation-fellows/rfpez.git

2. Install dependencies
3. Configure your local database
  • Create an empty MySQL database named "rfpez" (or whatever your heart desires)
  • Create a file at application/config/local/database.php with the following contents:
<?php

return array(
  'connections' => array(
    'mysql' => array(
      'driver'   => 'mysql',
      'host'     => 'your database host',
      'database' => 'your database name',
      'username' => 'your mysql username',
      'password' => 'your mysql password',
      'charset'  => 'utf8',
      'prefix'   => '',
    )
  )
);
  • 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.

rfpez's People

Contributors

ajb avatar cjoh avatar jedwood avatar taylorotwell avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.