Giter Site home page Giter Site 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)
  • 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
  • From the root project directory, install the Laravel migrations table: php artisan migrate:install --env=local
    • If the last command only creates the laravel_migrations table itself, but does not migrate the tables, then also do: php artisan migrate --path=applciations/migrations --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 jedwood avatar taylorotwell avatar aaronsnow avatar cjoh avatar marks avatar johnpaulfarmer avatar

Stargazers

SKR avatar Michael Mendy avatar Angus H. avatar Jeka Kiselyov avatar Robert Richard avatar Marten T. Compoc avatar Andrew Lovett-Barron avatar Martha Garvey avatar Hythem Sidky avatar Mark avatar Brian avatar Dominic avatar juno suárez avatar Igor Sirkovich avatar Dave Caraway avatar Mike Endale avatar Vyki Englert avatar  avatar Joseph avatar Chris Cairns avatar odero avatar Gerald Rich avatar  avatar Daniel Schutzsmith avatar Jens Kleikamp avatar  avatar Hani Gamal avatar Alix Axel avatar David Hodge avatar  avatar  avatar Aaron Brongersma avatar Jev Björsell avatar Nicky Case avatar John Chambers avatar Waldo Jaquith avatar Nathan Vexler avatar Nick Such avatar Jed Sundwall avatar Andrew Perry avatar Eric Atkinson avatar Henare Degan avatar Greg Gershman avatar Seth Mabbott avatar John Athayde avatar Elliot Murphy avatar

Watchers

Kevin Galligan avatar Ahmed Abu Eldahab avatar bevcorwin avatar James Cloos avatar Martin Ringlein avatar  avatar  avatar  avatar  avatar Robert L. Read avatar

rfpez's Issues

Make SOW Composer a bit more restrictive?

The fact that users can edit the full SOW body negates some of the benefits we get from restricting the format of the SOW. If we remove the "edit full document" step and instead add a few more customization features, it might benefit us.

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.