Giter Site home page Giter Site logo

exygy / childrens-council Goto Github PK

View Code? Open in Web Editor NEW
1.0 5.0 0.0 11.06 MB

Powers Child Care Search

Home Page: http://www.childrenscouncil.org/families/find-child-care/child-care-referrals/child-care-search/

License: MIT License

Ruby 31.62% JavaScript 8.61% CoffeeScript 17.82% HTML 10.82% CSS 0.21% Slim 21.45% SCSS 9.48%

childrens-council's Introduction

Affordable Child Care Search Portal for Resource and Referral Networks

What Is This?

This is a search portal for affordable child care resource and referral networks.

Where can I see it in action?

Here: http://childrenscouncil.org/childcaresearch/

Thank you!

Thank you for the generous support of San Francisco Human Services Agency (SF HSA) and the Office of Early Childhood Education (OECE). Thanks also to funders including S H Cowell Foundation. This software was initially developed by Children's Council of San Francisco (http://childrenscouncil.org) and Exygy (http://exygy.com).

License

This affordable child care search portal for resource and referral networks is released under the MIT license: www.opensource.org/licenses/MIT

Tech

This software is built in Ruby on Rails and Angular. It integrates well with other web tech. For example, it is currently embedded into a WordPress website and could easily be embedded into other platforms.

Setup

  • Install Ruby 2.5.0
  • Install Node >=8.10.0
  • Install Bundler: gem install bundler
  • Install the pg gem: gem install pg -v 0.21.0 -- --with-pg-config=[path to your pg_config]
  • Run bundle install
  • Make a copy of database.yml.sample, save it in the same directory, and name it database.yml
  • Run rake db:create
  • Install the PostgreSQL citext extension in your local development and test databases. From your psql prompt, run:
    • \c childrens_council_development
    • CREATE EXTENSION citext;
    • \c childrens_council_test
    • CREATE EXTENSION citext;
  • Run rake db:migrate
  • Run npm install
  • Run ./node_modules/.bin/bower install
  • Run rails s to start your server

Contributing, Questions, and Overview

We hope to have more info here soon about contributing to the project. In the meantime, please address any questions to [email protected] and we'll send your email along to the right folks.

childrens-council's People

Contributors

callaghanc avatar fddayan avatar pierreuno avatar rylewcc avatar software-project avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  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.