jaredcosulich / makerparent

Project ideas for parents & teachers from parents & teachers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

makerparent

Getting started developing

  • Install and launch the Postgres app
  • Create a postgres role: run psql, then run create role makerparent login createdb;
  • Create the databases: rake db:create:all
  • Run migrations: rake db:migrate
  • Run tests: rake
  • Start the server: foreman start
  • Visit the site: http://localhost:5000/

About

Project ideas for parents & teachers from parents & teachers.

License:MIT License


Languages

Language:Ruby 89.0%Language:CSS 6.2%Language:CoffeeScript 4.3%Language:JavaScript 0.5%