Skip to content

RemoveMyWaste/RemoveMyWaste-web

Repository files navigation

Overview

This is a hostable web version 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.

Hosting

This version of the app depends on this database submodule. Information on working with submodules can be found here.

To clone the project and intialize database submodule

git clone --recurse-submodules https://github.com/cs361-group24/RemoveMyWaste-web/

To update the database submodule

git submodule update --remote DbConnector

To run the node server

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

About

A hostable web application for household hazardous waste removal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published