Skip to content

A hazardous materials and disposal centers database. Powers the RemoveMyWaste application.

Notifications You must be signed in to change notification settings

RemoveMyWaste/database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

126 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is the database that powers the web and android verisons of RemoveMyWaste.

Find something wrong in the database or want to add a new center?

If you have a github account, you can submit issues here.

Otherwise, you can (anonymously!) submit corrections or updates here.

Development

Pull requests and forks welcome.

To create database

CREATE DATABASE MaterialsDB;
USE MaterialsDB;
CREATE USER 'group24'@'localhost' IDENTIFIED BY 'PASSWORD';
GRANT ALL PRIVILEGES ON MaterialsDB.* to 'group24'@'localhost';

To login and update the database

mysql -u group24 -p MaterialsDB
source database.sql
\q

About

A hazardous materials and disposal centers database. Powers the RemoveMyWaste application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages