Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Our E School | 373 | 2 years ago | 2 | mit | Dart | |||||
A mobile app created using Flutter Framework for School management. | ||||||||||
Data School Shootings | 131 | a month ago | 5 | other | ||||||
The Washington Post is compiling a database of school shootings in the United States since Columbine. | ||||||||||
Appsource School Management System | 109 | 22 days ago | 11 | gpl-3.0 | PHP | |||||
The Ultimate school management software. For the free Schoolskipper School system go to: https://schoolskipper.org | ||||||||||
Wordpress Crud Example | 67 | 7 years ago | PHP | |||||||
Basic example of wordpress plugin to select, update, insert and delete from database (CRUD) | ||||||||||
Covid 19 Us State Policy Database | 59 | a year ago | ||||||||
Bib | 33 | 3 years ago | mit | TypeScript | ||||||
:books: Library Management Application for Elementary Schools | ||||||||||
School Management System | 31 | 2 years ago | 2 | Blade | ||||||
School Management System with Laravel | ||||||||||
School Management Software | 27 | a month ago | 22 | apache-2.0 | HTML | |||||
The repository is to present the admin side of a school management system | ||||||||||
Blockchain | 18 | 6 years ago | C++ | |||||||
Implementation of a Blockchain as a school project | ||||||||||
Schoolselection | 16 | 10 years ago | 3 | Ruby | ||||||
Rails app that displays public school information for parents |
#School Discovery App The School Discovery App is designed to help parents 1) identify the schools to which their children are eligible to apply and 2) understand the odds of their children getting admitted. To search for schools, parents enter an address and a grade level. The search engine logic works as follows:
http://schoolselection.herokuapp.com/
git clone [email protected]:schoolselection.git
there are a couple of obstacles to hosting this app on heroku.
ALTER TABLE parcels ALTER geometry TYPE Geography('MULTIPOLYGON',-1) USING ST_GeogFromText(geometry); ALTER TABLE assignment_zones ALTER geometry TYPE Geography('MULTIPOLYGON',-1) USING ST_GeogFromText(geometry);
RGeo spatial adapter needs the adapter name set to 'postgis' to load. you accomplish this by setting the heroku DATABASE_URL. run "heroku config", and look at DATABASE_URL NEW_URL is the existing DATABASE_URL, but with postgres:// replaced with postgis:// run "heroku config:add DATABASE_URL=NEW_URL", where NEW_URL is your current database url
Run 'heroku restart', to make sure your app loads the database correctly.
[step 0 not necessarily applicable]
[0.1 heroku db:pull*]
[0.2 psql -d *requires setting config/database.yml back to postgres, and DATABASE_URL to postgress:// 0.3a ALTER TABLE parcels ALTER geometry TYPE Geography('MULTIPOLYGON',-1) USING ST_GeogFromText(geometry);
0.3b ALTER TABLE assignment_zones ALTER geometry TYPE Geography('MULTIPOLYGON',-1) USING ST_GeogFromText(geometry); postgres://dan:[email protected]:9999/heroku_dan_4fb9 In the spirit of free software, everyone is encouraged to help improve this project. Here are some ways you can contribute: We use the GitHub issue tracker
to track bugs and features. Before submitting a bug report or feature request,
check to make sure it hasn't already been submitted. You can indicate support
for an existing issuse by voting it up. When submitting a bug report, please
include a Gist that includes a stack trace and any
details that may be necessary to reproduce the bug, including your gem version,
Ruby version, and operating system. Ideally, a bug report should include a pull
request with failing specs. Copyright (c) 2011 Code for America.
See LICENSE for details., confirm that geometry columns are now text.]
[0.3 update column types locally - see below]
Contributing
Submitting an Issue
Submitting a Pull Request
Copyright