This is a hostable web version of RemoveMyWaste.
If you have a github account, you can submit issues here.
Otherwise, you can (anonymously!) submit corrections or updates here.
Pull requests and forks welcome.
This version of the app depends on this database submodule. Information on working with submodules can be found here.
git clone --recurse-submodules https://github.com/cs361-group24/RemoveMyWaste-web/
git submodule update --remote DbConnector
cp dbcon-example.js dbcon.js
nano dbcon.js
# add username and password info
# add database name
# only if you want a portal for anonymous users to submit issues like
# https://removemywaste.liambeckman.com/issues
cp issue-auth-example.js issue-auth.js
nano issue-auth.js
# add OAUTH key
npm install
node database.js PORT